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.

20 lines
1.1KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="twitter:card" content="summary" />
  5. <meta name="twitter:site" content="@NGniusness" />
  6. <meta name="twitter:title" content="Exmods" />
  7. <meta name="twitter:description" content="Gamecraft modding website" />
  8. <meta name="twitter:image" content="static/favicon.png" />
  9. <link rel="icon" href="/static/favicon.png" type="image/x-icon"/>
  10. <link rel="shortcut icon" href="/static/favicon.png" type="image/x-icon"/>
  11. <title>Exmods</title>
  12. </head>
  13. <body style="background-color: #404040; color: #20c420;">
  14. <h1 style="text-align: center; padding-top: 10%; color: #20c420;">Welcome to the Exmods mod site</h1>
  15. <h3 style="text-align: center; color: #20c420;">This domain is under construction, please check back (much) later</h3>
  16. <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>
  17. </body>
  18. </html>