mirror of
https://github.com/binarydigitlol/kilobytekeith2024.git
synced 2025-06-20 17:02:25 +00:00
6 lines
218 B
HTML
6 lines
218 B
HTML
<script defer type="module" src="https://unpkg.com/@zachleat/snow-fall@1.0.1/snow-fall.js"></script>
|
|
<script type="module" defer>
|
|
const snow = document.createElement('snow-fall');
|
|
document.body.prepend(snow)
|
|
</script>
|