Advertisement
Guest User

Untitled

a guest
Jan 10th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8" />
  6. <title>GetGood.GG</title>
  7. </head>
  8. <body>
  9.  
  10.  
  11. <img src="GetGoodgg.jpg" alt="GetGood.gg" width="900" height="150">
  12.  
  13.  
  14. <h2>Register or Sign-in</h2>
  15. <form action="signin.php" method="post">
  16. Username:<br>
  17. <input type="text" name="username" value=""><br>
  18. Password:<br>
  19. <input type="text" name="password" value=""><br><br>
  20. <input type="Submit" value="Sign-in">
  21. </form>
  22. <!--Link to bring user to register form or Link to open sign-in form-->
  23. <p>or</p>
  24. <a href="http://getgood.gg/register">Register</a>
  25. <h2>Search</h2>
  26. <!--Search dialog for user to quick search or allow user to blank search to bring up filters-->
  27. <br>
  28.  
  29.  
  30. <a href="http://getgood.gg/">Home</a>
  31. <br>
  32. <!--Navigation link to bring user to homepage-->
  33. <a href="http://getgood.gg/articles">Articles</a>
  34. <br>
  35. <!--Navigation link to bring user to article list-->
  36. <a href="http://getgood.gg/notes">Notes</a>
  37. <br>
  38. <!--Navigation link to bring user to personal notes-->
  39. <a href="http://getgood.gg/forums">Forums</a>
  40. <!--Navigation link to bring user to forum index-->
  41. <br>
  42. <br>
  43.  
  44.  
  45. <h2>Recent Discussion</h2>
  46. <p>example thread #1</p>
  47. <p>example thread #2</p>
  48. <p>example thread #3</p>
  49. <p>example thread #4</p>
  50. <p>example thread #5</p>
  51. <p>example thread #6</p>
  52. <p>example thread #7</p>
  53. <p>example thread #8</p>
  54. <p>example thread #9</p>
  55. <p>example thread #10</p>
  56. <!--Links to the most recent posted/replied to forum threads-->
  57. <br>
  58.  
  59.  
  60. <h2>Blog Post</h2>
  61. <p>example blog post here</p>
  62. <!--Blog module showing most recent updates, articles posts-->
  63. <br>
  64.  
  65.  
  66. <h2>User Calendar</h2>
  67. <p>user calendar script here</p>
  68. <!--Calendar with links for particular days-->
  69.  
  70. <h2>Recent COTW</h2>
  71. <p>recent cotw here</p>
  72. <!--embedded image of recent posted/replied COTW forum thread-->
  73.  
  74.  
  75. <a href="http://getgood.gg/contactus">Contact Us</a>
  76.  
  77.  
  78. </body>
  79. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement