Update index.html content

This commit is contained in:
rubenwardy 2023-04-30 00:37:27 +01:00
parent 45516a7589
commit 5e96a878bc

View File

@ -29,9 +29,10 @@ layout: none
<body> <body>
<main> <main>
<h1>Minetest Modding Book</h1> <h1>Minetest Modding Book</h1>
<p>An easy guide to learn how to create mods for Minetest.</p>
<p>Detecting and redirecting to the correct translation.</p> <p>Detecting and redirecting to the correct translation.</p>
<p> <p>
<a href="en/index.html">View English Translation</a> <a href="en/index.html">View Minetest Modding Book in English</a>
</p> </p>
</main> </main>
</body> </body>