haxmas-day-7/index.html
2025-12-19 19:52:22 -07:00

29 lines
905 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Haxmas Day 7</title>
<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=VT323&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="header">
<h1 class="important-text">Haxmas Day 7</h1>
<h2 id="date"></h2>
</div>
<div id="tree-container">
<div id="tree"></div>
<div id="star"></div>
<div id="decorations"></div>
</div>
<script src="script.js"></script>
</body>
</html>