working
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Halloween Display</title>
|
||||
<title>Hearts Display</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
@@ -14,9 +14,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<link rel="stylesheet" href="halloween.css">
|
||||
<script src="halloween.js"></script>
|
||||
<div class="halloween-container" aria-hidden="true"></div>
|
||||
<link rel="stylesheet" href="hearts.css">
|
||||
<script src="hearts.js"></script>
|
||||
<div class="hearts-container" aria-hidden="true"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user