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.

43 lines
1.6KB

  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. <link rel="stylesheet" href="../static/style.css" type="text/css" />
  17. <title>Exmods Blog</title>
  18. </head>
  19. <body>
  20. <h2>Latest Exmods Blog Posts</h2>
  21. <ul>
  22. <a href="002-ecs_devo.html">
  23. <li>
  24. <span class="title">Modding ECS in Gamecraft</span>
  25. <p>Thoughts on developing mods for Gamecraft designed around its Entity Component System.
  26. </p>
  27. </li>
  28. </a>
  29. <a href="001-intro.html">
  30. <li>
  31. <span class="title">Introductions</span>
  32. <p>An introduction to Exmods and how this blog will work. Is this thing on?
  33. </p>
  34. </li>
  35. </a>
  36. </ul>
  37. <footer>
  38. 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>
  39. </footer>
  40. </body>
  41. </html>