Skip to content

Commit

Permalink
update figure on index
Browse files Browse the repository at this point in the history
  • Loading branch information
neale-pnnl committed Dec 5, 2024
1 parent 5f8eac0 commit 4fd9aa5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ scripts:
- assets/js/figures.js
---

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

0 comments on commit 4fd9aa5

Please sign in to comment.