advanced #1

Merged
CodeDevMLH merged 8 commits from advanced into main 2024-12-17 00:54:55 +01:00
Showing only changes of commit 54b8bbaf6c - Show all commits

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>