add missing leave img
This commit is contained in:
@ -33,7 +33,7 @@ function toggleAutumn() {
|
||||
}
|
||||
|
||||
// observe changes in the DOM
|
||||
const observer = new MutationObserver(toggleSnowflakes);
|
||||
const observer = new MutationObserver(toggleAutumn);
|
||||
|
||||
// start observation
|
||||
observer.observe(document.body, {
|
||||
|
BIN
images/leaf7.png
Normal file
BIN
images/leaf7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
@ -12,9 +12,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="autumn-container"></div>
|
||||
<script src="autumn.js"></script>
|
||||
<link rel="stylesheet" href="autumn.css">
|
||||
<div class="autumn-container"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user