-
Notifications
You must be signed in to change notification settings - Fork 0
/
Back.htm
61 lines (47 loc) · 2.16 KB
/
Back.htm
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
<!DOCTYPE html>
<html lang="fr">
<head>
<title>BACK</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<link rel="icon"
type="image\png"
href="REAL LOGO.png">
<body>
<div class="topnav" id="upage">
<ul id="menu">
<li><a href="C:\Users\steve\Desktop\projet_web\homepage3.html">Homepage</a></li>
<li>
<a href="#">Exercices</a>
<ul id="submenu">
<li> <a href="C:\Users\steve\Desktop\projet_web\Biceps2.html"> Biceps </a></li>
<li> <a href="C:\Users\steve\Desktop\projet_web\Triceps.htm"> Triceps </a></li>
<li> <a href="C:\Users\steve\Desktop\projet_web\Chest.htm"> Chest </a></li>
<li> <a href="C:\Users\steve\Desktop\projet_web\Back"> Back </a></li>
<li> <a href="C:\Users\steve\Desktop\projet_web\Legs.htm"> Legs </a></li>
</ul>
</li>
<li><a href="C:\Users\steve\Desktop\projet_web\imc.html">Nutrition</a></li>
<li><a href="C:\Users\steve\Desktop\projet_web\maps.html" target="_blank">Nearest gym</a></li>
</ul>
</div>
<div class="content">
<h2>Back.</h2>
<p><img src="back1.jpg" alt="Exercice 1" style="float:right" width="250px" height="184px">
<strong>Pull-Ups</strong><br>
You can vary grips to use different parts of your back.<br> We suggest 3 sets, 10 Reps.<br><br><br><br>
<img src="back2.jpg" alt="Exercice 2" style="float:right" width="250px" height="184px">
<strong>Seated Cable Row</strong><br>
Think about getting your elbows behind your back.<br> We suggest 3 sets, 8 Reps.
</div>
<div class="footer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="C:\Users\steve\Desktop\projet_web\Homepage3.css">
<!-- Liens de redirection vers les reseaux sociaux -->
<a href="https://www.facebook.com" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.twitter.com" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.instagram.com" target="_blank"class="fa fa-instagram"></a>
</div>
</body>
</html>