mirror of https://github.com/dirtbags/tanks.git
update figure on index
This commit is contained in:
parent
5f8eac0746
commit
4fd9aa541b
|
@ -5,15 +5,13 @@ scripts:
|
||||||
- assets/js/figures.js
|
- assets/js/figures.js
|
||||||
---
|
---
|
||||||
|
|
||||||
<table class="figure">
|
<figure>
|
||||||
<caption>"Ant Lion" nails "Rabbit With Gun".</caption>
|
|
||||||
<tr><td>
|
|
||||||
<canvas id="antlion"></canvas>
|
<canvas id="antlion"></canvas>
|
||||||
|
<figcaption>"Ant Lion" nails "Rabbit With Gun".</figcaption>
|
||||||
<script type="application/javascript">
|
<script type="application/javascript">
|
||||||
start("antlion", antlion);
|
start("antlion", antlion);
|
||||||
</script>
|
</script>
|
||||||
</td></tr>
|
</figure>
|
||||||
</table>
|
|
||||||
|
|
||||||
Dirtbags Tanks is a game in which you pit your coding abilities
|
Dirtbags Tanks is a game in which you pit your coding abilities
|
||||||
against other hackers. You write a program for your tank, set it out
|
against other hackers. You write a program for your tank, set it out
|
||||||
|
|
Loading…
Reference in New Issue