123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta name="description" content="Starmire - a text-based multiplayer dungeon" />
- <meta name="keywords" content="starmire mud" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Starmire MUD</title>
- <!--sharing tags -->
- <meta property="og:title" content="Starmire" />
- <meta property="og:description" content="Starmire - a text-based multiplayer dungeon" />
- <meta property="og:url" content="http://starmire.eyeofmidas.com/" />
- </head>
- <body>
- <header id="background-container">
- <h1>Starmire</h1>
- </header>
- <nav>
- <ul>
- <li><a href="./">Home</a></li>
- <li><a href="http://starmire.eyeofmidas.com/terminal.html" target="_blank">Play</a></li>
- <li><a href="#info">Info</a></li>
- <li><a href="#register">Register</a></li>
- <li><a href="#contact">Contact</a></li>
- </ul>
- </nav>
- <main>
- <section id="info-section">
- <h2 id="info">Info</h2>
- <div><a href="/terminal.html">Play</a></div>
- </section>
- <section id="register-section">
- <h2 id="register">Register</h2>
- <div>Sign up</div>
- </section>
- <section id="contact-section">
- <h2 id="contact">Contact</h2>
- <div>Contact Info</div>
- </section>
- </main>
- <footer>
- <p>Website Provided by <a href="http://copperwirehosting.com" target="_blank">Copper Wire Hosting</a></p>
- </footer>
- </body>
- </html>
|