File size: 3.65Kb
<?php
header("Content-type:text/html; charset=utf-8");
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
echo'<title>'.$my_title.'</title>
<style type="text/css">
body, td, tr {text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; cursor: default; color: #666;}
body {margin: 5px; font-family:comic sans ms; padding: 5px; background: #fff; color: #666;}
legend {color: #ccc; width: 100%; font-size: 12px; font-weight: bold; border-bottom: solid 1px #f7f7f7; padding-bottom: 5px; margin-bottom: 5px;}
fieldset {border: solid 1px #fff; padding-bottom: 10px;}
form {margin: 1px; padding: 2px;}
a:active, a:visited, a:link {color: green; text-decoration: none; font-size: 10px;}
a:hover {
color: blue;
text-shadow: 0 0 15px deeppink;
}
a.deeppink:link
{
color: #FF0066;
text-decoration: none;
}
a.nav:active, a.nav:visited, a.nav:link {color: #666; font-size: 10px; font-weight: bold; text-decoration: none;}
a.nav:hover {font-size: 14px; font-weight: bold; color: #666; text-decoration: underline;}
input[type="submit"], div.textarea_menu a, div.textarea_menu span {
margin: 3px 1px 5px 3px;
padding: 1px 5px 1px 5px;
display: inline-block;
cursor: default;
color: #FAFAFF;
text-shadow: 1px 1px 1px #8992A3;
}
div { margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px;}
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 10px;}
.a {border-bottom: 1px solid #ccc; color: #666; background: #E0F8F7;}
.b
.c {border-top: 1px solid #ccc; color: #666; background: #E0F8F7;}
div.gmenu {
background: url(img/menu_g.png) repeat-x left top;
border-top : 1px solid #fff;
background-color : #fff;
margin: 2px;
padding: 3px 0px 3px 2px;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
-khtml-border-radius: 4px 4px 0px 0px;
}
.phdr {
text-shadow: #0782aa 0px 1px 0px;
color : #fff;
font-size : 13px;
background-color : #04abe1;
background-image : url(img/head.png);
text-align : left;
padding: 2px 0px 2px 2px;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 0px 0px;
-khtml-border-radius: 4px 4px 0px 0px;
}
div.dottedline {
border-bottom: 1px dotted #CEF6F5;
}
</style>
</head><body bgcolor="#000000">';
echo " <link rel=\"shortcut icon\" href=\"/favicon.ico\"/>
<link rel=\"icon\" href=\"/favicon.gif\" type=\"image/gif\"/>\n";
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////// ////////////////////////
/////////////////// SCRIPT BY WAP-RULER aka ARNAB /////////////////////
////////////// CONTACT ME @ fb.me/arnab2012 or EMAIL : arnab2098@gmail.com /////////////////////////
////////////////// Buy Hosting : Hosthurry.CoM //////////////////////
///////////// My Download Portal : PJFun.CoM /////////////////////////
////////////////// //////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
echo '<div class="phdr"><center><b><big>Your Site Name</big><br>Welcome to The Best Live Chat!!</b></div></center>';
?>