You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.html
+2-1
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,9 @@
15
15
<buttononclick=getTheme()>Click to use this theme.</button>
16
16
<selectid="select">
17
17
<option>Dark Theme</option>
18
-
<optionid="option">Revert To Original</option>
18
+
<option>Revert To Original</option>
19
19
</select>
20
+
<divid="mode-wrapper">Select which mode you would like to play in.<br/><buttonid="Easy">Easy</button><br/><buttonid="Medium">Medium</button><br/><buttonid="Difficult">Difficult</button></div>
0 commit comments