File size: 1.04Kb
<?php
header('Content-type:text/html; charset=utf-8');
echo '<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
echo'<html>';
echo'<head>';
echo "<meta http-equiv=\"Pragma\" content=\"no-cache\" />";
echo "<meta http-equiv=\"no-cache\" content=\"no-cache\" />";
echo "<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />";
echo"<title>$sitename | Browser</title>";
echo'<link rel="stylesheet" href="style.css" type="text/css"/>';
echo"<link rel='shortcut icon' href='fevicon.ico' />";
echo'</head>';
echo'<body>';
echo"<div class=logo><img src='logo.png' alt='logo' /></div>";
echo"<div class=adv1>";
include("adv/ad1.php");
echo"</div>";
echo "<div class=errnotice>* Please Use another Browser</div>";
echo"<div class=adv2>";
include("adv/ad2.php");
echo"</div>";
echo"<div class='ptn'><a href='index.php'>< Home</a></div>";
echo"<div class='pw'>© $sitename 2012</div>";
echo"</body>";
echo"</html>";
?>