Skip to content

Commit

Permalink
Update index.html to remove unused level 3 to match paper
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 authored Sep 19, 2024
1 parent 73d64fd commit 637fc1d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
<button onclick="window.location.href='./instructions.html';">Instructions</button>
<button onclick="window.location.href='./level1.html';">Level 1</button>
<button onclick="window.location.href='./level2.html';">Level 2</button>
<button onclick="window.location.href='./level3.html';">Level 3</button>
<button onclick="window.location.href='./level4.html';">Level 4</button>
<button onclick="window.location.href='./level5.html';">Level 5</button>
<button onclick="window.location.href='./level6.html';">Level 6</button>
<button onclick="window.location.href='./level7.html';">Level 7</button>
<button onclick="window.location.href='./level8.html';">Level 8</button>
<button onclick="window.location.href='./level4.html';">Level 3</button>
<button onclick="window.location.href='./level5.html';">Level 4</button>
<button onclick="window.location.href='./level6.html';">Level 5</button>
<button onclick="window.location.href='./level7.html';">Level 6</button>
<button onclick="window.location.href='./level8.html';">Level 7</button>

</div>
</body>
Expand Down

0 comments on commit 637fc1d

Please sign in to comment.