Files
subathon-timer/index.html
2025-10-30 23:48:42 +10:00

18 lines
407 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet'>
<link rel="stylesheet" href="timer.css" />
<script src="timer.js"></script>
<title>Lilac Timer</title>
</head>
<body>
<div class="timer-box">
<div class="timer-time">
00:00
</div>
</div>
</body>
</html>