Files
Bratonien-Adventskalender/templates/audio.txt

32 lines
739 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="popup-day popup-3part">
<!-- TITEL -->
<div class="popup-header">
<h2><!-- TITEL DES TAGES --></h2>
</div>
<!-- 2 SPALTEN -->
<div class="popup-body">
<!-- ================================
LINKE SPALTE TEXT
================================ -->
<div class="story">
<!-- DEIN TEXT HIER -->
</div>
<!-- ================================
RECHTE SPALTE SOUND
================================ -->
<div class="addon">
<audio controls preload="auto" class="addon-audio">
<source src="/2025/assets/sounds/SOUND.mp3" type="audio/mpeg">
Dein Browser unterstützt Audio nicht.
</audio>
</div>
</div>
</section>