mirror of
https://github.com/NohamR/Hub.git
synced 2025-05-24 14:21:57 +00:00
29 lines
471 B
HTML
29 lines
471 B
HTML
<!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> |