-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 899 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mindful Breathing</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js"></script>
<link href="style.css" rel="stylesheet">
</head>
<body id="body">
<h1>MINDFUL BREATHING</h1>
<h2 id="project__breathCount">Breath Count : 0</h1>
<script src="app.js"></script>
<div class="project__buttons">
<div class="prettyHands"></div>
<div class="motivationalQuotes"></div>
<div class="soothingMusic">
<audio id="soothingMusicAudio"></audio>
</div>
<div class="sereneSetting"></div>
<div class="autoBreather"></div>
<div class="autoBreatherProf"></div>
</div>
</body>
</html>