Advertisement
Guest User

Untitled

a guest
Jan 10th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 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>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. <form action="search.php">
  27. Search:
  28. <input type="text" value="">
  29. <br>
  30. <br>
  31. <input type="submit" value="Submit">
  32. </form>
  33. <!--Search dialog for user to quick search or allow user to blank search to bring up filters-->
  34. <br>
  35.  
  36.  
  37. <a href="http://getgood.gg/">Home</a>
  38. <br>
  39. <!--Navigation link to bring user to homepage-->
  40. <a href="http://getgood.gg/articles">Articles</a>
  41. <br>
  42. <!--Navigation link to bring user to article list-->
  43. <a href="http://getgood.gg/notes">Notes</a>
  44. <br>
  45. <!--Navigation link to bring user to personal notes-->
  46. <a href="http://getgood.gg/forums">Forums</a>
  47. <!--Navigation link to bring user to forum index-->
  48. <br>
  49. <br>
  50.  
  51.  
  52. <h2>Recent Discussion</h2>
  53. <p>example thread #1</p>
  54. <p>example thread #2</p>
  55. <p>example thread #3</p>
  56. <p>example thread #4</p>
  57. <p>example thread #5</p>
  58. <p>example thread #6</p>
  59. <p>example thread #7</p>
  60. <p>example thread #8</p>
  61. <p>example thread #9</p>
  62. <p>example thread #10</p>
  63. <!--Links to the most recent posted/replied to forum threads-->
  64. <br>
  65.  
  66.  
  67. <h2>Blog Post</h2>
  68. <p>example blog post here</p>
  69. <!--Blog module showing most recent updates, articles posts-->
  70. <br>
  71.  
  72.  
  73. <h2>User Calendar</h2>
  74. <p>user calendar script here</p>
  75. <!--Calendar with links for particular days-->
  76.  
  77. <h2>Recent COTW</h2>
  78. <p>recent cotw here</p>
  79. <!--embedded image of recent posted/replied COTW forum thread-->
  80.  
  81.  
  82. <a href="http://getgood.gg/contactus">Contact Us</a>
  83.  
  84.  
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement