switched to class instead of id for container

This commit is contained in:
MLH
2024-12-21 02:09:36 +01:00
parent 1a56eca5f7
commit 1c8e97bb03
2 changed files with 10 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</head>
<body>
<div id="snowfall"></div>
<div class="snowfall"></div>
<script src="snowfall.js"></script>
</body>