add missing leave img

This commit is contained in:
MLH
2024-12-21 19:34:43 +01:00
parent e703757452
commit 6cc18d2f9a
3 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ function toggleAutumn() {
} }
// observe changes in the DOM // observe changes in the DOM
const observer = new MutationObserver(toggleSnowflakes); const observer = new MutationObserver(toggleAutumn);
// start observation // start observation
observer.observe(document.body, { observer.observe(document.body, {

BIN
images/leaf7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -12,9 +12,9 @@
</head> </head>
<body> <body>
<div class="autumn-container"></div>
<script src="autumn.js"></script> <script src="autumn.js"></script>
<link rel="stylesheet" href="autumn.css"> <link rel="stylesheet" href="autumn.css">
<div class="autumn-container"></div>
</body> </body>
</html> </html>