This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Scroll Container for animations --> | |
| <div class="scroll-container"></div> | |
| <!-- Audio Toggle --> | |
| <div class="audio-toggle" id="audioToggle" title="Play music"></div> | |
| <audio id="bgMusic" loop> | |
| <source src="https://assets.codepen.io/7558/lxstnght-remember-m.mp3" type="audio/mpeg"> | |
| </audio> | |
| <!-- Story Toggle --> |