-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (33 loc) · 932 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
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<script src="script.js"></script>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Tajawal&display=swap" rel="stylesheet">
</head>
<body>
<div id="explainer-left">
<ol>
<li>Breathe in as the circle grows</li>
<li>Hold it for 4 seconds,</li>
<li>Exhale as the circle shrinks,</li>
<li>Hold it for another 4 seconds.</li>
</ol>
</div>
<div id="explainer-right">
Built by <a href="https://github.com/enjoythecode">enjoythecode</a>
</div>
<div id="primary"></div>
<div id="secondary-big"></div>
<div id="secondary-small"></div>
<div id="text-wrapper">
<div>
<div class="count" id="count-4"></div>
<div class="count" id="count-3"></div>
</div>
<div>
<div class="count" id="count-1"></div>
<div class="count" id="count-2"></div>
</div>
</div>
</body>
</html>