Files
BookBar/bar.html
T
RolimirKal 3c2c8ec0ae Checkpoint
I haven't touched this code in a month and need a rollback point for when I break everything.
2026-07-25 17:39:21 -04:00

21 lines
691 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=VT323&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
<link rel="stylesheet" href="timer.css" />
<script src="timer.js"></script>
<title>Lilac Timer</title>
</head>
<body>
<main>
<div class='widgetContainer'>
<div class="layoutContainer">
</div>
</div>
</main>
</body>
</html>