File size: 945B
<html>
<title>Register</title>
<?php include "inc/def.php"; ?>
<?php include "inc/header.php"; ?>
<div class="line">New User Registration</div>
<div class="lwt"> 1. In case we find that your site is against our rules we reserve your account at any time without warning or notice.</div>
<div class="lgn"> 2. Your sites should not contain any illegal materials including obscenity or offending material.</div>
<div class="lgn"> 3. This site is free for users so we can delete any site if we think the site is unfit for our site.</div>
<div class="lwt"> 4. This service is provided free of cost. We reserve full rights to change, delete or add any thing including user accounts.</div>
<div class="lgn"><b><a href="registerme.php">I agree</a> | <a href="index.php">I Decline</a></b></div>
<br /><div class="line">Already Registered ?</div>
<div class="lgn"><b><a href="login.php">Login Here !</a></b></div>
<?php include "inc/footer.php"; ?>
</html>