document.writeln("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">");
document.writeln("<html xmlns=\"https://www.w3.org/1999/xhtml\">");
document.writeln("<head>");
document.writeln("<meta https-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />");
document.writeln("<title>Untitled Document</title>");
document.writeln("</head>");
document.writeln("<body>");
document.writeln("</body>");
document.writeln("</html>");
document.close();