-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge_mode.html
More file actions
25 lines (25 loc) · 879 Bytes
/
challenge_mode.html
File metadata and controls
25 lines (25 loc) · 879 Bytes
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
<!doctype html>
<html>
<head>
<title>Challenge</title>
<meta charset="utf-8">
<style>
h1{
border:5px red solid;
padding:20px;
margin:20px;
width:100px;
}
</style>
</head>
<p><h1>Challenge</h1></p>
<p style="margin-top:60px"><h2>lIST</h2></p>
<ol>
<p style="margin-top:30px"><li><a href="Game Mode.html" target="_blank" title="Game Mode">Game Mode</a></li></p>
<p style="margin-top:18px"><li><a href="Practice.html" target="_blank" title="Practice">Practice</a></li></p>
<p style="margin-top:18px"><li><a href="Challenge.html" target="_blank" title="Challenge">Challenge</a></li></p>
</ol>
<p style="margin-top:50px">Practicing <strong><u>listening Chords</strong></u> by application.</p>
If you are prepared, try the Challenge Mode and get you high score in the time-limited situation.
</body>
</html>