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
|
||||
---
|
||||
|
||||
<table class="figure">
|
||||
<caption>"Ant Lion" nails "Rabbit With Gun".</caption>
|
||||
<tr><td>
|
||||
<figure>
|
||||
<canvas id="antlion"></canvas>
|
||||
<figcaption>"Ant Lion" nails "Rabbit With Gun".</figcaption>
|
||||
<script type="application/javascript">
|
||||
start("antlion", antlion);
|
||||
</script>
|
||||
</td></tr>
|
||||
</table>
|
||||
</figure>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue