-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquote.html
67 lines (58 loc) · 2.23 KB
/
quote.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en" style="width:400px; height:450px">
<head>
<script type="text/javascript" src="js/foreground.js"></script>
<link rel="stylesheet" href="css/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap" rel="stylesheet">
</head>
<body>
<a class="back" href="popup.html"><h4 style="color:white">< back</h4></a> <div class="container">
<div class="buttons-container" >
<ul class="buttons" align="center" >
<li>
<a id="timer" name="timer" href="timer.html" title="Take a break!">
<img src="icons/wid.png" alt="">
</a>
</li>
<li>
<a id="todo" name="todo" href="tasks.html" title="Todo List">
<img src="icons/todo.png" alt="">
</a>
</li>
<li>
<a id="timer" name="timer" href="break.html" title="Take a break!">
<img src="icons/reminder.png" alt="">
</a>
</li>
<li>
<a id="timer" name="Yoga" href="yoga.html" title="Let's Get moving">
<img src="icons/yoga.png" alt="">
</a>
</li>
<li>
<a id="timer" name="Music" href="music.html" title="tunes">
<img src="icons/music.png" alt="">
</a>
</li>
<li>
<a id="timer" name="timer" href="quote.html" title="Take a break!">
<img src="icons/quote.png" alt="">
</a>
</li>
</ul>
</div>
<div>
<img style="height: 60px; width: 60px; align-self: center;" src="icons/qu.png" alt="One Stop icon">
<h1>Quote</h1>
<h2 style="color: #00FFFF;">Read it out loud!</h2>
<h4><div id="quote"></div></h4>
<p style="color: #00FFFF;">Click the icon again for a different quote!</p>
</div>
<br>
<br>
</body>
</html>