Update gametest2.html

This commit is contained in:
kinglalu 2020-10-02 14:40:25 -05:00 committed by GitHub
parent 30b5a8d25b
commit e091e139a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@
<div class="responsive">
<div class="gallery">
<a target="_blank" href="index.html">
<a target="_blank" href="./gfiles/html5games/2048/index.html">
<img src="/assets/img/2048.png" alt="2048" width="600" height="400">
</a>
<div class="desc">Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one. Try to beat your high score!</div>
@ -239,7 +239,7 @@
<div class="responsive">
<div class="gallery">
<a target="_blank" href="index.html">
<a target="_blank" href="./gfiles/html5games/asteroids/index.html">
<img src="/assets/img/astoroids.png" alt="Asteroids" width="600" height="400">
</a>
<div class="desc">Asteroids is a space-themed multidirectional shooter arcade game!</div>
@ -248,8 +248,8 @@
<div class="responsive">
<div class="gallery">
<a target="_blank" href="img_lights.jpg">
<img src="img_lights.jpg" alt="GAME" width="600" height="400">
<a target="_blank" href="./gfiles/html5games/astray/index.html">
<img src="/assets/img/astray.png" alt="GAME" width="600" height="400">
</a>
<div class="desc">Add a description</div>
</div>
@ -323,4 +323,4 @@
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
</html>