add timer

This commit is contained in:
√(noham)²
2022-11-24 23:30:39 +01:00
parent c25d2b2409
commit c8502980ba
33 changed files with 483 additions and 165 deletions

29
html/minuteur.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../css/minuteur.css">
<title> Minuteur </title>
</head>
<body>
<div class="content">
<div class="minuteur">
<button id="start_timer10" type="button">Start</button>
</div>
<br>
<div class="minuteur">
<span id="countdown10"></span>
</div>
<script src="../js/minuteur10.js"></script>
</div>
<footer>
Dev by √(noham)² with &#10084;
</footer>
</body>
</html>