File size: 1.47Kb
<?php
////////////////////////////////////////////////////
/*
*/
//////////////////////////////////////////////////////////
include("xhtmlfunctions.php");
header("Content-type: text/html; charset=ISO-8859-1");
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
?>
<?php
echo "<p align=\"left\">";
echo "<small>";
echo "<b>Get your own Personal Site for free!</b><br/><br/>";
echo "When you sign up to $stitle as a member we automatically create a site for you, this is totally
free and will cost you nothing more than your support to us<br/><br/>The more you update your settings in your
CPanel after loging in to $stitle, the more you update your site<br/><br/>after signup you can go to
http://$stitle.co.za/users?yournickname to view your site, you can also change the colours (themes) of your
site to suit you likes<br/><br/>Updating your site has never been easier, simply login to your $stitle
account, then point your browser to CPanel, all the settings you need is found there<br/><br/>We are currently
working on making the Personal sites better with more features to keep you, the $stitle user, happy!<br/>
<br/>Enjoy $stitle<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>";
?>