Design and logic for user-facing site https://exmods.org
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

40 satır
1.7KB

  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. <link rel="icon" href="/static/favicon.png" type="image/x-icon"/>
  14. <link rel="shortcut icon" href="/static/favicon.png" type="image/x-icon"/>
  15. <link rel="stylesheet" href="/static/style.css" type="text/css" />
  16. <title>Exmods Guides</title>
  17. </head>
  18. <body>
  19. <h1>Modding Guides</h1>
  20. <h3>Welcome to a collection of guides about modifying Gamecraft.</h3>
  21. <ul>
  22. <li>
  23. <a href="first.html"><span class="title">Getting Started</span><a>
  24. <p>This guide lays the groundwork for modding Gamecraft. Subjects covered include:<br/>
  25. - Setting up your development environment<br/>
  26. - Making your first mod in Visual Studio<br/>
  27. - Overview of Gamecraft's design<br/>
  28. - Best practices</p>
  29. </li>
  30. <li>
  31. <a href="install.html"><span class="title">Installing Mods</span><a>
  32. <p>This guide walks you through installing mods for Gamecraft. If the mod you are trying to install has it's own instructions, follow those instead. Subjects covered include:<br/>
  33. - Patching Gamecraft<br/>
  34. - Adding mods</p>
  35. </li>
  36. </ul>
  37. </body>
  38. </html>