| 123456789101112131415161718192021222324252627 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>The Subline</title>
- <link rel="icon" type="img/png" href="/shared/images/logo.png">
- <link rel="stylesheet" href="/informationPage/information.css">
- <link rel="stylesheet" href="/shared/shared.css">
- </head>
- <body>
- <% include ../shared/header %>
- <strand-selector></strand-selector>
- <div id="legalStrand" class="strand">
-
- <div id="helpStrand" class="strand">
- <h1>Found a bug? Need help? Have a suggestion? Need to resest your Password?</h1>
- <h1>Send us an email at <a href="mailto:lee@thesubline.com">lee@thesubline.com</a></h1>
- </div>
-
- <script src="/informationPage/help.js"></script>
- <script src="/informationPage/legal.js"></script>
- </body>
- </html>
|