View file index.php

File size: 610B
<?php /*
http://[email protected] (c)2011
xHTML */
header('Content-Type: text/html');
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">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>Tweak TK - короткая длинная ссылка</title>
</head>
<body>';
/* - */
include_once'.script.php';
/* - */
echo'<div class="foot"><a href="http://inoy.org/">INOY.ORG</a>&#160;&copy;&#160;2011</div>
</body></html>';
?>