|
- <!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 Blog</title>
- </head>
- <body>
- <h2>Latest Exmods Blog Posts</h2>
- <ul>
- <a href="002-ecs_devo.html">
- <li>
- <span class="title">Modding ECS in Gamecraft</span>
- <p>Thoughts on developing mods for Gamecraft designed around its Entity Component System.
- </p>
- </li>
- </a>
- <a href="001-intro.html">
- <li>
- <span class="title">Introductions</span>
- <p>An introduction to Exmods and how this blog will work. Is this thing on?
- </p>
- </li>
- </a>
- </ul>
- <footer>
- exmods.org|<a href="https://git.exmods.org/ExMods/html-site">Site Repository</a>|<a href="https://exmods.org">Home</a>|<a href="https://discord.gg/2CtWzZT">Discord</a>|<a href="https://twitter.com/GamecraftMods">Twitter</a>
- </footer>
- </body>
- </html>
|