This commit is contained in:
MLH
2024-12-16 19:34:29 +01:00
parent 6e1a54daec
commit 44ba61a199
4 changed files with 89 additions and 50 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>Snowfall Display</title>
<link rel="stylesheet" href="snowfall.css">
<style>
body {
background-color: black;
overflow: hidden;
}
</style>
</head>
<body>
<div id="snowfall"></div>
<script src="snowfall.js"></script>
</body>
</html>