Guest User

Untitled

a guest
Apr 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <?php
  2. include("db.php");
  3.  
  4. echo "<html>";
  5. echo "<head>";
  6. echo "<title>Crazy 4 Cash</title>";
  7. echo "<link rel='stylesheet' type='text/css' href='style.css' />";
  8. echo "</head>";
  9. echo "<body>";
  10. echo "<div align='center'>";
  11. echo "<img src='images/logo.PNG' alt='Crazy4Cash'>";
  12. echo "</div>";
  13. echo "<div align='center'>";
  14. echo "<table>";
  15. echo "<tr></tr>";
  16. echo "<td align='center'><a href='index.php'>Home</a></td>";
  17. echo "<td align='center'><a href='login.php'>Login</a></td>";
  18. echo "<td align='center'><a href='register.php'>Register</a></td>";
  19. echo "<td align='center'><a href='about.php'>About Us</a></td>";
  20. echo "<tr></tr>";
  21. echo "</table>";
  22. echo "</div>";
  23. ?>
Add Comment
Please, Sign In to add comment