Размер файла: 1.44Kb
<?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: #000000; background-color: #9999CC }
a:link,a:active,a:visited { text-decoration: underline; color : blue }
a:hover { text-decoration: none; color : #3333CC }
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 #CCCCFF; border-left: 2px solid #CCCCFF; border-right: 2px solid #666699; border-bottom: 2px solid #666699; padding: 2px; vertical-align: middle; }
.c {margin: 0px; border-top: 7px solid #333399; border-left: 3px solid #333399; border-right: 3px solid #000066; border-bottom: 3px solid #000066; padding: 2px; vertical-align: middle; background-color: #000099; font-size: 11px; color: #cc0000;}
.d {background-color: #0000FF; text-align: center; font-size: 12px; color: #FFFF00; }
</style>
</head>
<body>";
echo '<div class=c>'.$logo.'<br>'.$textlogo.'</div>';
list($msec,$sec)=explode(chr(32),microtime());
$headtime=$sec+$msec;
?>