This commit is contained in:
MLH
2024-12-17 00:24:01 +01:00
parent 89f7a3e691
commit 5aa336701f
8 changed files with 77 additions and 74 deletions

22
test-site.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Halloween Display</title>
<style>
body {
background-color: black;
overflow: hidden;
}
</style>
</head>
<body>
<link rel="stylesheet" href="halloween.css">
<script src="halloween.js"></script>
<div class="halloween-container" aria-hidden="true"></div>
</body>
</html>