Maria-I-Pap

Untitled

Nov 10th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Register Now</title>
  5. <link rel="stylesheet" type="text/css" href="./style.css">
  6. <script src='ajax.js'></script>
  7. <meta charset="UTF-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. </head>
  10. <body>
  11. <header>
  12. <h1>The Registration Page</h1>
  13. </header>
  14. <div id="central">
  15. <div id="options">
  16. <span onclick="Register('central');">Register</span>
  17. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span onclick="SignIn('central');">Sign in</span>
  18. </div>
  19. <div class="ajaxContent"></div>
  20. </div>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment