-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodesPage.html
35 lines (35 loc) · 1.22 KB
/
modesPage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Confuse</title>
<link rel="stylesheet" href="./public/css/style.css">
</head>
<body>
<div class="mainContainer">
<div class="titleBlock">
<a href="./index.html"><h4 id="title">Confuse</h4></a>
<hr class="hori_line1"></hr>
</div>
<div class="centerBlock">
<div class="optionBlock">
<div class="optionButtons"></div>
<div class="hintBlock">
<div class="hintHeading" id='hintHeading'></div>
<div class="hintContentBlock" id='hintContent'></div>
</div>
</div>
<div class="boardAndButtons">
<div class="colorNameBlock"></div>
<div class="tableAndScoreBlock">
<div class="modesContainer">
<a href='./confuse.html'><input type="button" class='modeButtons' id='timerMode' value="Timer Mode"></a><br><br>
<a><input type="button" class='modeButtons' id='practiceMode' value="Practice Mode"></a><br><br>
<a><input type="button" class='modeButtons' id='challengeMode' value="Challenge Mode"></a><br><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>