This commit is contained in:
Jesko Dujmovic
2021-10-19 13:11:52 +02:00
parent 3dd31e4b35
commit 3229184d89
3 changed files with 89 additions and 34 deletions

View File

@@ -12,7 +12,7 @@
<h1>Workout</h1>
<p>
Today's workout muscle group:
<select name="workout-muscle">
<select id="workout-muscle">
<option value="chest-triceps">Chest, Triceps</option>
<option value="back-biceps">Back, Biceps</option>
<option value="leg">Leg</option>
@@ -20,7 +20,7 @@
</p>
<p>
Today's workout type:
<select name="workout-type">
<select id="workout-type">
<option value="strength">Strength</option>
<option value="strengthen-durance">Strength-Endurance</option>
</select>