Guest User

Untitled

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