mesecons.net/downloads.php

26 lines
1.1 KiB
PHP
Executable File

<?php include "header.html";?>
<div id = "article">
<div class = "article-heading">Downloads</div>
<div class = "paragraph-heading">Most up-to-date version from GitHub</div>
<div class = "text">
<a href="https://github.com/Jeija/minetest-mod-mesecons" target="_blank">Project page</a><br/><br/>
<input type="button" class = "button" value = "Download as .zip" onclick="window.open('https://github.com/Jeija/minetest-mod-mesecons/zipball/master')">
<input type="button" class = "button" value = "Download as .tar.gz" onclick="window.open('https://github.com/Jeija/minetest-mod-mesecons/tarball/master')">
</div>
<br/><br/>
<div class = "paragraph-heading">Stables</div>
<input type="button" class = "button" value = "Open stables" onclick="document.location.href = 'stables.php'">
</div>
</div>
<div id = "article">
<div class = "paragraph-heading">Changelog</div>
<div class = "text">
<a href = "changelog.html" target = "content">Version 0.1 to 0.9</a><br/><br/>
For Modern versions, later than 0.9 see the
<a href="https://github.com/Jeija/minetest-mod-mesecons" target="_blank">Github Project page</a>
</div>
</div>
<?php include "footer.html";?>