mirror of
https://github.com/LucasVbr/timer.git
synced 2026-05-13 17:22:04 +00:00
Edit Font
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./css/style.css">
|
||||
<title>Timer</title>
|
||||
</head>
|
||||
<body>
|
||||
<p id="timer"></p>
|
||||
|
||||
<audio id="ding" src="./sounds/ding.mp3"></audio>
|
||||
<script src="./js/url.js"></script>
|
||||
<script src="./js/timer.js"></script>
|
||||
<script src="./js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user