forked from Job-madi/moodifier-html-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallemotions.html
40 lines (36 loc) · 1.38 KB
/
allemotions.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
38
39
40
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Moodifier - Emotions</title>
<link rel="stylesheet" href="styles2.css">
</head>
<body class="body0">
<center>
<div class="title">
<p>Emotions</p>
</div>
</center>
<br>
<br>
<center>
<button class="button" onclick="window.location.href='landing_happy.html'" >HAPPINESS</button>
<button class="button" onclick="window.location.href='landing_sad.html'" >SADNESS</button>
<br>
<button class="button" onclick="window.location.href='landing_scary.html'" >FEAR</button>
<button class="button" onclick="window.location.href='landing_disgust.html'" >DISGUST</button>
<br>
<button class="button" onclick="window.location.href='landing_sleepy.html'" >SLEEPINESS</button>
<button class="button" onclick="window.location.href='landing_anger.html'" >ANGER</button>
<br>
<button class="button" onclick="window.location.href='landing_surprise.html'" >SURPRISE</button>
<button class="button" onclick="window.location.href='landing_neutral.html'" >NEUTRAL</button>
<br><br><br>
</center>
<div class="footer">
<center>
<p>made with ❤ by Hanna, Elle, Job and Aakash | source code in GitHub repo<a href="https://github.com/aakzsh/moodifier" color="white"> here</a></p>
</center>
</div>
</body>
</html>