fix test site
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user