diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2019-11-27 15:45:15 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2019-11-27 15:45:15 +0100 |
commit | cc037dad6333c3d538de0bc85ab9eea92a30ff82 (patch) | |
tree | 76f1b7802051069af6cffab1966db65aba4eef0d | |
parent | 7cb1fbd4e7e90e6a7b0a0ee8c5ffd5d37db14774 (diff) | |
download | RustAndDust-cc037dad6333c3d538de0bc85ab9eea92a30ff82.zip RustAndDust-cc037dad6333c3d538de0bc85ab9eea92a30ff82.tar.gz |
rustanddust.ch : update index.html
-rw-r--r-- | rustanddust.ch/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/rustanddust.ch/index.html b/rustanddust.ch/index.html index f3d8c2b..7c516df 100644 --- a/rustanddust.ch/index.html +++ b/rustanddust.ch/index.html @@ -26,6 +26,16 @@ <div id="title" class="article center"> <b>Rust And Dust</b> a tactical ground combat simulation for android. + <br/> + <br/> + <a href="RustAndDust-35.apk">Android APK</a> + <br/> + <a href="RustAndDust-35.jar">Java desktop application</a> + <br/> + <br/> + <a href="https://github.com/jeremyz/rustanddust">source code repository</a> + <br/> + <a href="http://cgit.asynk.ch/RustAndDust">cgit</a> </div> <div class="article"> @@ -33,6 +43,12 @@ </div> <div class="article"> + <div class="center"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/nXu6vT7osd4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + </div> + </div> + + <div class="article"> <h2>News:</h2> <ul> <li>It is still in beta mode, you can get it freely from <a href="https://play.google.com/apps/testing/ch.asynk.rustanddust.android" title="Tester Link">here</a>.</li> @@ -216,5 +232,19 @@ </div> </content> + <!-- Start of StatCounter Code for Default Guide --> + <script type="text/javascript"> + var sc_project=11189100; + var sc_invisible=0; + var sc_security="50d600d5"; + var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); + document.write("<sc"+"ript type='text/javascript' src='" +scJsHost+"statcounter.com/counter/counter.js'></"+"script>"); + </script> + <!-- + <noscript><div class="statcounter"><a title="free hit counter" href="http://statcounter.com/free-hit-counter/" target="_blank"> + <img class="statcounter" src="//c.statcounter.com/11189100/0/50d600d5/0/" alt="free hit counter"> + </a></div></noscript> + --> + <!-- End of StatCounter Code for Default Guide --> </body> </html> |