|
|
|
@ -39,24 +39,24 @@ |
|
|
|
|
|
|
|
<div> |
|
|
|
<form> |
|
|
|
<div class="data-running"> |
|
|
|
<div class="datas"> |
|
|
|
<div> |
|
|
|
<label for="name">Name:</label> |
|
|
|
<input type="text" name="name" placeholder="Type your name"/> |
|
|
|
<input class="datas-running" type="text" name="name" placeholder="Type your name"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div> |
|
|
|
<label for="name">Distance:</label> |
|
|
|
<input type="text" name="name" placeholder="Type your distance"/> |
|
|
|
<input class="datas-running" type="text" name="name" placeholder="Type your distance"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div> |
|
|
|
<label for="name">Time:</label> |
|
|
|
<input type="text" name="name" placeholder="Type your time"/> |
|
|
|
<input class="datas-running" type="text" name="name" placeholder="Type your time"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div> |
|
|
|
<input type="submit" value="Register"> |
|
|
|
<button id="button">Register</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
|