<?php
echo<<<EOH
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML lang="ja">
<HEAD>
<META http-equiv="content-language" content="ja">
<META http-equiv="content-type" content="text/php; charset=UTF-8">
<LINK rel="stylesheet" href="main.css" type="text/css">
EOH;
?>