Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- J.M.S.-Home.HTML
- <!DOCTYPE html>
- <html>
- <html lang="en">
- <head>
- <title>Home</title>
- <style>
- a {
- color: #2D9CDB;
- font-family: 'open-sans', sans-serif;
- font-weight: 700;
- }
- body {
- margin: 0;
- font-family: Arial, Helvetica, sans-serif;
- }
- .topnav {
- overflow: hidden;
- background-color: #d3d3d3;
- }
- ul {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .topnav a {
- float: left;
- color: #000000;
- text-align: center;
- padding: 10px 12px;
- text-decoration: none;
- font-size: 20px;
- }
- .topnav a.active {
- background-color: #FFFFFF;
- color: white;
- }
- </style>
- <style>
- table, th, td {
- }
- th, td {
- padding: 40px;
- }
- </style>
- <div class="topnav">
- <a href="index.html">Home</a>
- <a href="Creations.html">Creations</a>
- <a href="Post.html">Posts</a>
- <a href="Changelog.html">Changelog</a>
- <a href=mailto:[email protected]>Contact</a>
- </div>
- <style>
- body {
- background-color: #1E90FF;
- color: #000000;
- font-family: 'open-sans', sans-serif;
- font-size: 16px;
- line-height: 1.2;
- </style>
- <div style="background: #FFFFFF;
- border-radius: 20px;
- font-size: 20px;
- padding: 50px;
- border: 5px solid lightgray;
- margin: 10px;">
- <center><h1>Welcome to J.M.S.!</h1></center>
- <center><h2>Welcome to the J.M.S. Homepage! As you can see this is unfinished.</h2></center>
- <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.
- </p>
- <br>
- <center>
- <table style='font-size:150%'>
- <tr>
- <td><h1><a href="Submission.html">Submisson</a></h1>Possibly submit your own character</td>
- <td><h1><a href="Faq.html">Faq</a></h1>Find some questions that you may be woundering about.</td>
- <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>
- </tr>
- <tr>
- <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>
- <td><h1><a href="Post.html">Posts</a></h1>Find what i'm blabbering about today.</td>
- <td><h1><a href="Changelog.html">Changelog</a></h1>Find out what got changed this time.</td>
- </tr>
- </table>
- </center>
- <br>
- <p>Ver 1.0
- </p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement