Design and logic for user-facing site https://exmods.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.5KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="theme-color" content="#20c420" />
  5. <meta name="author" content="Exmods community" />
  6. <meta name="keywords" content="exmods,gamecraft,modding,mod" />
  7. <meta name="og:type" content="website" />
  8. <meta name="og:title" content="Exmods" />
  9. <meta name="og:description" content="Gamecraft modding website" />
  10. <meta name="description" content="Gamecraft modding website" />
  11. <meta name="og:image" content="/static/favicon.png" />
  12. <meta name="og:url" content="https://www.exmods.org" />
  13. <meta charset="UTF-8" />
  14. <link rel="icon" href="/static/favicon.png" type="image/x-icon"/>
  15. <link rel="shortcut icon" href="/static/favicon.png" type="image/x-icon"/>
  16. <title>Exmods</title>
  17. </head>
  18. <body style="background-color: #404040; color: #20c420;">
  19. <h1 style="text-align: center; padding-top: 15%; color: #20c420;">Welcome to the Exmods mod site</h1>
  20. <h3 style="text-align: center; color: #20c420;">This domain is under construction, please check back (much) later</h3>
  21. <h5 style="text-align: center; color: #20c420;"><a style="text-decoration:none; color: #208020;" href="https://git.exmods.org">View our code site</a> or <a style="text-decoration:none; color: #208020;" href="https://git.exmods.org/exmods/html-site">build this site with us</a>.</h5>
  22. <h5 style="text-align: center; color: #20c420;"><a style="text-decoration:none; color: #208020;" href="/guides">Guides!</a>
  23. <a style="text-decoration:none; color: #208020;" href="/blog">Blog!</a></h5>
  24. </body>
  25. </html>