mirror of
https://github.com/NohamR/Hub.git
synced 2026-01-09 23:48:13 +00:00
add timer
This commit is contained in:
29
html/minuteur.html
Normal file
29
html/minuteur.html
Normal 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 ❤
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user