Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketblaster247 authored Jul 6, 2019
1 parent 86579a7 commit 3fcd84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
</select><br>
</div>
<div class="btn-group btn-group-lg">
<button type='button' value='Load Model' id='load' class="btn btn-primary">LODE</button><br>
<button type='button' value='Load Model' id='load' class="btn btn-secondary">LODE</button><br>
<button type='button' id='play' class="btn btn-primary"></button><br>
<button type='button' value='GENERATE' id='gen' class="btn btn-primary">GEN</button><br>
<button type='button' value='GENERATE' id='gen' class="btn btn-secondary">GEN</button><br>
</div>
<canvas id='canvas'></canvas>
<script src='main.js'></script>
Expand Down

0 comments on commit 3fcd84a

Please sign in to comment.