-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyoga.html
27 lines (27 loc) · 1.13 KB
/
yoga.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
<!DOCTYPE html>
<html lang="en" style="width:400px; height:450px">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap" rel="stylesheet">
<title>Yoga</title>
<script src="js/yoga.js"></script>
</head>
<body>
<a class="back" href="popup.html"><h4 style="color:white" align="left">< back</h4></a> <div class="container">
<!-- <img style="height: 60px; width: 60px; align-self: center;" src="icons/flower.png" alt="One Stop icon"> -->
<h1>Yoga</h1>
<div style="padding: 2px">
<p class=exerciseTitle>Do the following pose for:</p>
<p id="yogaTimer" class="exerciseTimerText">45</p>
<div class="exercisePose">
<img src= "yogaPosesImages/1.png" id="yogaPose"/>
</div>
<div class="resetExerciseButton">
<button id="resetYogaPose">Different Pose</button>
</div>
</div>
</body>
</html>