Skip to content

Commit b4345ee

Browse files
committed
Update index.html
1 parent 2512918 commit b4345ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<button onclick=getTheme()>Click to use this theme.</button>
1616
<select id="select">
1717
<option>Dark Theme</option>
18-
<option id="option">Revert To Original</option>
18+
<option>Revert To Original</option>
1919
</select>
20+
<div id="mode-wrapper">Select which mode you would like to play in.<br /><button id="Easy">Easy</button><br /><button id="Medium">Medium</button><br /><button id="Difficult">Difficult</button></div>
2021
<script>
2122
function getTheme () {
2223
function changeTheme (Theme) {

0 commit comments

Comments
 (0)