..
This commit is contained in:
21
seperate single seasonals/Seasonals-Fireworks/test-site.html
Normal file
21
seperate single seasonals/Seasonals-Fireworks/test-site.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!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">
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="fireworks" aria-hidden="true"></div>
|
||||
<script src="fireworks.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user