fix test site

This commit is contained in:
MLH
2024-11-29 23:32:32 +01:00
parent 36296698cb
commit 54b8bbaf6c

View File

@ -5,14 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fireworks Display</title>
<link rel="stylesheet" href="fireworks.css">
<style>
body {
background-color: black;
}
</style>
</head>
<style>
body {
background-color: black;
}
</style>
<body>
<div class="fireworks" aria-hidden="true"></div>
<script src="fireworks.js"></script>
</body>
</html>