-
Notifications
You must be signed in to change notification settings - Fork 0
/
emotions.html
37 lines (34 loc) · 1.11 KB
/
emotions.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
36
37
<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 the emotion for your chords:</h1>
<div class="row1">
<button type="button" id="button2">
Sadness
</button>
<button type="button" id="button2">
Funkiness
</button>
<button type="button" id="button2">
Jazziness
</button>
</div>
<div class="row2">
<button type="button" id="button2">
Serenity
</button>
<button type="button" id="button2">
Hopeful
</button>
</div>
<div class=numerals>
<button type="button" id="next">
<a href=../musichacks/chords.html>Next</a>
</button>
</div>
</body>
</html>