File size: 1.02Kb
<?php
header("Content-type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
\"http://www.wapforum.org/DTD/wml_1.1.xml\">";
echo "<!-- djdance@Arawap -->\n";
echo "<wml>\n";
echo "<head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>";
echo "<card title=\"Arawap\">\n";
echo "<p align=\"left\">";
echo "<small>";
echo "<b>Get the latest news, FREE!</b><br/><br/>";
echo "With arawap's RSS service its possible to get any news you want, at any time, right here on arawapnet<br/>";
echo "The RSS service range from sports, music, computers, technical, jokes, celeberitys, gossip, love, romance, and so much more<br/><br/>";
echo "To get acess to this service simply REGISTER and LOGIN, easy as that!<br/><br/>";
echo "</small>";
echo "</p>";
echo "<p align=\"center\">";
echo "<small><a href=\"index.php\"><img src=\"images/home.gif\" alt=\"*\"/>";
echo "Home</a></small>";
echo "</p>";
echo "</card>\n";
echo "</wml>\n";
?>