Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <!--Website design by Micah St. Germain (Zalestro@hotmail.com)
  2. Micah St. Germain is not held liable for any illegal actions and/or opinions expressed on this site.-->
  3. <html>
  4. <head>
  5. <title>Gcms | Homepage</title>
  6. <link rel="stylesheet" type="text/css" href="../style.css" />
  7. </head>
  8. <body>
  9. <div id="body">
  10. <div id="logo"></div>
  11. <div id="logintab">
  12. <div id="logintext">
  13. Username:<br/>
  14. &nbsp;Password:
  15. </div>
  16. <div id="loginform">
  17. <form action="POST">
  18. <input type="text"><br/>
  19. <input type="password">
  20. </form>
  21. </div>
  22. </div>
  23. </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement