-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
35 lines (28 loc) · 871 Bytes
/
popup.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>
<link rel="stylesheet" href="styles.css">
<script src="popup.js"></script>
</head>
<body>
<br>
<h2>Hello there, how <br>are you feeling today?</h2>
<br>
<img id="plant" src="assets/pot.png">
<br><br>
<div align="center">
<button id="B1" class="B"></button>
<button id="B2" class="B"></button>
<button id="B3" class="B"></button>
<button id="B4" class="B"></button>
<button id="B5" class="B"></button>
</div>
<br>
<h3 id="mood"> </h3>
<br>
<script src="popup.js"></script>
<div id="calendarnav">
<button id="calendarbutton" class="B"></button>
</div>
</body>
</html>