-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (35 loc) · 1.1 KB
/
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
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta property=“og:image”
content=“https://jssckbl.github.io/relaxer-app/img/inhalaYExhalaSMimage.jpg”
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="590" />
<link rel="stylesheet" href="style.css" />
<title>Inhala y Exhala</title>
</head>
<body>
<h1>Inhala y Exhala</h1>
<h2>Take a moment to inhale... and exhale.</h2>
<p>
Let the sphere below guide you on a simple breathing exercise.
</p>
<div class="container" id="container">
<div class="circle"></div>
<p id="text"></p>
<div class="pointer-container">
<span class="pointer"></span>
</div>
<div class="gradient-circle"></div>
</div>
<p>
Inhale for 5 seconds, hold your breath for 3 seconds, and then exhale for
5 seconds.
</p>
<script src="script.js"></script>
</body>
</html>