Day01 Fehlerbehebung

This commit is contained in:
2025-11-10 14:34:40 +01:00
parent 02b520bbff
commit 729b4a2d59
3 changed files with 81 additions and 19 deletions

View File

@@ -2,10 +2,10 @@
<h3>🎁 Türchen 01</h3>
<!-- === Basisbild (Platzhalter oder Hauptmotiv) === -->
<!-- === Basisbild (Platzhalter oder Hauptmotiv) ===
<div class="image-wrapper">
<picture>
<!-- AVIF -->
<!-- AVIF
<source
type="image/avif"
srcset="
@@ -19,7 +19,7 @@
/2025/assets/images/3840/avif/Basisbild.avif 3840w"
sizes="100vw">
<!-- WebP -->
<!-- WebP
<source
type="image/webp"
srcset="
@@ -33,7 +33,7 @@
/2025/assets/images/3840/webp/Basisbild.webp 3840w"
sizes="100vw">
<!-- JPEG-Fallback -->
<!-- JPEG-Fallback
<img
src="/2025/assets/images/1366/jpeg/Basisbild.jpeg"
srcset="
@@ -49,7 +49,7 @@
alt="Bratonien Adventskalender Tag 01"
decoding="async">
</picture>
</div>
</div> -->
<!-- === Daumenkino-Video === -->
@@ -87,9 +87,9 @@
</div>
<!-- === Hintergrundmusik (optional) === -->
<!-- === Hintergrundmusik (optional) ===
<audio id="bgmusic" autoplay loop>
<source src="/2025/assets/sounds/FallingSnow.mp3" type="audio/mpeg">
</audio>
</audio> -->
</section>