Skip to content

Commit

Permalink
Separate image list into groups
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Aug 9, 2011
1 parent d01ca10 commit 4e45a23
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
<body>
<a href="http://github.com/devongovett/png.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
<select>
<option>djay.png</option>
<option>djay-indexed.png</option>
<option>laptop.png</option>
<option>trees.png</option>
<option>chompy.png</option>
<option>spinfox.png</option>
<option>ball.png</option>
<option>loading.png</option>
<optgroup label="Static PNGs">
<option>djay.png</option>
<option>djay-indexed.png</option>
<option>laptop.png</option>
<option>trees.png</option>
</optgroup>
<optgroup label="Animated PNGs">
<option>chompy.png</option>
<option>spinfox.png</option>
<option>ball.png</option>
<option>loading.png</option>
</optgroup>
</select><br><br>
<canvas></canvas>

Expand Down

0 comments on commit 4e45a23

Please sign in to comment.