information.ejs 880 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>The Subline</title>
  6. <link rel="icon" type="img/png" href="/shared/images/logo.png">
  7. <link rel="stylesheet" href="/informationPage/information.css">
  8. <link rel="stylesheet" href="/shared/shared.css">
  9. </head>
  10. <body>
  11. <% include ../shared/header %>
  12. <strand-selector></strand-selector>
  13. <div id="legalStrand" class="strand">
  14. <div id="helpStrand" class="strand">
  15. <h1>Found a bug? Need help? Have a suggestion? Need to resest your Password?</h1>
  16. <h1>Send us an email at <a href="mailto:lee@thesubline.com">lee@thesubline.com</a></h1>
  17. </div>
  18. <script src="/informationPage/help.js"></script>
  19. <script src="/informationPage/legal.js"></script>
  20. </body>
  21. </html>