Mindustry page

master
Can202 2021-06-01 18:08:41 -04:00
parent d1cda90c4a
commit 7002e1ad36
2 changed files with 72 additions and 1 deletions

View File

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="https://can202.github.io/OpenSource-GameList/src/images/icon.png">
<title>Open Source Game List</title>
<link rel="stylesheet" href="https://can202.github.io/OpenSource-GameList/src/style.css">
</head>
<body>
<header>
<p><a href="/OpenSource-GameList/"><img src="https://can202.github.io/OpenSource-GameList/src/images/icon.png" width="30px"/></a> Open Source Game List</p>
</header>
<nav>
<script src="https://can202.github.io/OpenSource-GameList/src/tagnav.js"></script>
</nav>
<div class ="tocenter">
<h1 align="center">Mindustry</h1>
<p align="center">sandbox tower-defense game</p>
<p align="center">Windows, Linux, Mac and Android</p>
<p align="center">strategy, sandbox, online_multiplayer, local_multiplayer, android</p>
<article class = "center">
<p>
<a href="https://mindustrygame.github.io/" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/www.png" width="60px" />
</a>
<a href="https://anuke.itch.io/mindustry" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/itch.png" width="60px" />
</a>
<a href="https://f-droid.org/packages/io.anuke.mindustry/" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/fdroid.png" width="60px" />
</a>
<a href="https://flathub.org/apps/details/com.github.Anuken.Mindustry" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/flatpak.png" width="60px" />
</a>
<a href="https://play.google.com/store/apps/details?id=io.anuke.mindustry" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/playstore.png" width="60px" />
</a>
<a href="https://snapcraft.io/mindustry" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/snapcraft.png" width="60px" />
</a>
<a href="https://github.com/Anuken/Mindustry" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/github.png" width="60px" />
</a>
</p>
</article>
<article class = "center">
<a href="https://mindustrygame.github.io/images/3.png" target="_blank">
<img src ="https://mindustrygame.github.io/images/3.png" height="150px"/>
</a>
<a href="https://mindustrygame.github.io/images/2.png" target="_blank">
<img src ="https://mindustrygame.github.io/images/2.png" height="150px"/>
</a>
<a href="https://mindustrygame.github.io/images/1.png" target="_blank">
<img src ="https://mindustrygame.github.io/images/1.png" height="150px"/>
</a>
</article>
</div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<footer>
<script src ="/OpenSource-GameList/src/footer.js">
</script>
</footer>
</body>
</html>

View File

@ -452,7 +452,7 @@ if (tag == "action" || tag == "plataformer" || tag == "casual" || tag == "home")
if (tag == "strategy" || tag == "sandbox" || tag == "online_multiplayer" || tag == "local_multiplayer" || tag == "android" || tag == "home"){
total = total + 1;
document.write('<li><a href="https://mindustrygame.github.io/" target="_blank">Mindustry</a> - sandbox tower-defense game');
document.write('<li><a href="https://can202.github.io/OpenSource-GameList/games/Mindustry">Mindustry</a> - sandbox tower-defense game');
document.write('<img src="/OpenSource-GameList/src/images/windows.png" width="15px" />'); //windows
document.write('<img src="/OpenSource-GameList/src/images/linux.png" width="15px" />'); //linux
document.write('<img src="/OpenSource-GameList/src/images/mac.png" width="15px" />'); //mac