View file wapirate/wml/main.php

File size: 1.12Kb
<?php





include("captainsafecore.php");

include("captainsafeconfig.php");





header("Content-type: text/html; charset=ISO-8859-1");

echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";

echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";

echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";



	echo "<head>";



	echo "<title>$stitle</title>";

	echo "<link rel=\"StyleSheet\" type=\"text/css\" href=\"style/style.css\" />";

	echo "</head>";



	echo "<body>";

echo "<card id=\"index\" title=\"wapirate\">\n";

echo "<p align=\"center\">\n";

echo "<img src=\"/images/logo.gif\" alt=\"wapirate\"/><br/>\n";

echo "<br/>\n";

echo "<i>Ah-ha me hearties u better not be after me hidden treasure!</i><br/>\n";

echo "<img src=\"/images/enter.JPG\" alt=\"enter\"/><br/>\n";

echo "<a href=\"http://wapirate.net\">[wml]</a><br/>\n";

echo "<a href=\"http://wapirate.net/xhtml\">[xhtml]</a><br/>\n";

echo "<br/>\n";

echo "<small>&#169; wapirate</small><br/>\n";

echo "<br/>\n";

echo "</p>";

echo "</body>";

	echo "</html>";

?>