-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemonExercises.html
28 lines (28 loc) · 1.68 KB
/
demonExercises.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Exercises</title>
<link href="CSS/master.css" rel="stylesheet">
<link href="CSS/demonExercises.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto|Pacifico' rel='stylesheet'>
</head>
<body>
<img class="logo" src="/Users/princesanchez/Downloads/Demon Bodybuilding.png">
<div class="buttons">
<button class="exerciselinks" onclick="opentab(event, 'Chest')">Chest</button>
<button class="exerciselinks" onclick="opentab(event, 'Shoulders')">Shoulders</button>
<button class="exerciselinks" onclick="opentab(event, 'Triceps')">Triceps</button>
<button class="exerciselinks" onclick="opentab(event, 'Back')">Back</button>
<button class="exerciselinks" onclick="opentab(event, 'Biceps')">Biceps</button>
<button class="exerciselinks" onclick="opentab(event, 'Forearms')">Forearms</button>
<button class="exerciselinks" onclick="opentab(event, 'Neck')">Neck</button>
<button class="exerciselinks" onclick="opentab(event, 'Lower Back')">Lower Back</button>
<button class="exerciselinks" onclick="opentab(event, 'Trapezius')">Trapezius</button>
<button class="exerciselinks" onclick="opentab(event, 'Quadriceps')">Quadriceps</button>
<button class="exerciselinks" onclick="opentab(event, 'Hamstrings')">Hamstrings</button>
<button class="exerciselinks" onclick="opentab(event, 'Calves')">Claves</button>
<button class="exerciselinks" onclick="opentab(event, 'Abs')">Abs</button>
</div>
</body>
</html>