Размер файла: 579B
- <?php /*
- http://INOY.ORG@mail.ru (c)
- xHTML */
- header('Content-Type: application/vnd.wap.xhtml+xml');
- 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>ip - whois</title>
- </head>
- <body>';
- /* - */
- include '.script.php';
- /* - */
- echo '<div class="foot"><a href="http://inoy.org/">INOY.ORG</a> © 2008</div>
- </body></html>';
- ?>