Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. J.M.S.-Home.HTML
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <html lang="en">
  6. <head>
  7. <title>Home</title>
  8. <style>
  9. a {
  10. color: #2D9CDB;
  11. font-family: 'open-sans', sans-serif;
  12. font-weight: 700;
  13. }
  14. body {
  15. margin: 0;
  16. font-family: Arial, Helvetica, sans-serif;
  17. }
  18.  
  19. .topnav {
  20. overflow: hidden;
  21. background-color: #d3d3d3;
  22. }
  23.  
  24. ul {
  25. position: fixed;
  26. top: 0;
  27. width: 100%;
  28. }
  29.  
  30. .topnav a {
  31. float: left;
  32. color: #000000;
  33. text-align: center;
  34. padding: 10px 12px;
  35. text-decoration: none;
  36. font-size: 20px;
  37. }
  38.  
  39. .topnav a.active {
  40. background-color: #FFFFFF;
  41. color: white;
  42. }
  43. </style>
  44. <style>
  45. table, th, td {
  46. }
  47. th, td {
  48. padding: 40px;
  49. }
  50. </style>
  51. <div class="topnav">
  52. <a href="index.html">Home</a>
  53. <a href="Creations.html">Creations</a>
  54. <a href="Post.html">Posts</a>
  55. <a href="Changelog.html">Changelog</a>
  56. <a href=mailto:[email protected]>Contact</a>
  57. </div>
  58. <style>
  59. body {
  60. background-color: #1E90FF;
  61. color: #000000;
  62. font-family: 'open-sans', sans-serif;
  63. font-size: 16px;
  64. line-height: 1.2;
  65. </style>
  66. <div style="background: #FFFFFF;
  67. border-radius: 20px;
  68. font-size: 20px;
  69. padding: 50px;
  70. border: 5px solid lightgray;
  71. margin: 10px;">
  72. <center><h1>Welcome to J.M.S.!</h1></center>
  73. <center><h2>Welcome to the J.M.S. Homepage! As you can see this is unfinished.</h2></center>
  74. <p>If you don't know that this is, the J.M.S. Website's purpose is to display everything I've might of made incase anything was lost to time & to showcase all J.M.S. content (Or at least links of it). if somthing J.M.S related is taken down, you might be able to find it here! (Hopefully). Anyways, I will also have links to some other websites. It's basicly a wiki and media page for J.M.S.
  75. </p>
  76. <br>
  77. <center>
  78. <table style='font-size:150%'>
  79. <tr>
  80. <td><h1><a href="Submission.html">Submisson</a></h1>Possibly submit your own character</td>
  81. <td><h1><a href="Faq.html">Faq</a></h1>Find some questions that you may be woundering about.</td>
  82. <td><h1><a href="Creations.html">Creations</a></h1>Index or all of my(and the community)'s creations in the J.M.S. Universe(s).</td>
  83. </tr>
  84. <tr>
  85. <td><h1><a href="External_links.html">Other sites</a></h1>Websites that I like/think should get more attention & some of my friend's sites.</td>
  86. <td><h1><a href="Post.html">Posts</a></h1>Find what i'm blabbering about today.</td>
  87. <td><h1><a href="Changelog.html">Changelog</a></h1>Find out what got changed this time.</td>
  88. </tr>
  89. </table>
  90. </center>
  91. <br>
  92. <p>Ver 1.0
  93. </p>
  94. </div>
  95. </body>
  96. </html>
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement