change
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user