mirror of
https://github.com/FranP-code/Vanilla-Javascript-Counter.git
synced 2025-10-12 23:52:56 +00:00
replay counter function added
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
<script src="./script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form">
|
||||
<label>Thing to count</label>
|
||||
<input type="number">
|
||||
<label>Seconds between number and number</label>
|
||||
<input type="number">
|
||||
<button id="form-button">START</button>
|
||||
</form>
|
||||
<div class="container">
|
||||
<div id="counter-element">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user