This commit is contained in:
MLH
2024-11-29 22:24:00 +01:00
parent 3d77207101
commit fa329c5e9c
3 changed files with 149 additions and 110 deletions

18
test-site.html Normal file
View File

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