|
12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
-
- <html lang="en">
- <head>
- <meta name="theme-color" content="#20c420" />
- <meta name="author" content="Exmods community" />
- <meta name="keywords" content="exmods,gamecraft,modding,mod" />
- <meta name="og:type" content="website" />
- <meta name="og:title" content="Exmods" />
- <meta name="og:description" content="Gamecraft modding website" />
- <meta name="description" content="Gamecraft modding website" />
- <meta name="og:image" content="/static/favicon.png" />
- <meta name="og:url" content="https://www.exmods.org" />
- <meta charset="UTF-8" />
- <link rel="icon" href="/static/favicon.png" type="image/x-icon"/>
- <link rel="shortcut icon" href="/static/favicon.png" type="image/x-icon"/>
- <link rel="stylesheet" href="static/style.css" type="text/css" />
- <title>Exmods</title>
- </head>
- <body>
- <h1>Welcome to the Exmods mod site</h1>
- <h3>This domain is under construction, please check back (much) later</h3>
- <h5><a href="https://git.exmods.org">View our code site</a> or <a href="https://git.exmods.org/exmods/html-site">build this site with us</a>.</h5>
- </body>
- </html>
|