-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 893 Bytes
/
index.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
<html>
<head>
<link href = "../musichacks/app.css" rel = "stylesheet">
<title>Emotive Chords</title>
</head>
<body>
<img src="pictures/music-notes-on-staff-clipart-nTBG8dyEc.gif" style="width:550px;height:200px;margin-left:25px; margin-top:0px; margin-bottom:0;">
<h1>Choose a chord progression:</h1>
<div class=numerals>
<button type="button" id="button1">
I IV I V I
</button>
<br>
<button type="button" id="button1">
II V I
</button>
<br>
<button type="button" id="button1">
I V VI IV
</button>
<br>
<button type="button" id="next">
<a href="../musichacks/emotions.html">Next</a>
</button>
</div>
</body>
</html>