Размер файла: 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: #CCCCFF }
a:link,a:active,a:visited { text-decoration: underline; color : #003366 }
a:hover { text-decoration: none; color : #FF0000 }
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 #E3E3FC; border-left: 2px solid #E3E3FC; border-right: 2px solid #ACACFA; border-bottom: 2px solid #ACACFA; padding: 2px; vertical-align: middle; }
.c {margin: 0px; border-top: 7px solid #66CCFF; border-left: 3px solid #66CCFF; border-right: 3px solid #1177dd; border-bottom: 3px solid #1177dd; padding: 2px; vertical-align: middle; background-color: #3399FF; 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;
?>