Размер файла: 1.48Kb
<?php
header("Content-type:text/html; charset=utf-8");
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">
<html>
<head>";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<title>
$title
</title>
<style type=\"text/css\">
body { font-weight: 11; font-size: 11; font-family: Courier new; color: #003300; background-color: #99CC99 }
a:link,a:active,a:visited { text-decoration: underline overline; color : green }
a:hover { text-decoration: none; color : #FFFF00 }
div { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px;}
.b {margin: 0px; border-top: 5px solid #CCFFCC; border-left: 5px solid #CCFFCC; border-right: 5px solid #669966; border-bottom: 5px solid #669966; padding: 5px; vertical-align: middle; }
.c {margin: 0px; border-top: 7px solid #66cc66; border-left: 3px solid #66cc66; border-right: 3px solid #006600; border-bottom: 3px solid #006600; padding: 2px; vertical-align: middle; background-color: #339933; font-size: 11px; color: #FFFF00;}
.d {background-color: green; text-align: center; font-size: 12px; color: #FFCC00; }
img {border: 0px;}
</style>
</head>
<body>";
echo '<div class=c>'.$logo.'<br>'.$textlogo.'</div>';
list($msec,$sec)=explode(chr(32),microtime());
$headtime=$sec+$msec;
?>