mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 12:10:59 -04:00
20 lines
720 B
HTML
20 lines
720 B
HTML
<div id="main-wrapper">
|
|
<div id="yet-another-wrapper-yup">
|
|
<div id="album-art-container">
|
|
<div id="album-art-layer"></div>
|
|
<div id="album-art-transition-layer"></div>
|
|
</div>
|
|
|
|
<div id="song-info-container">
|
|
<div id="track-label" class="text-label"> </div>
|
|
<div id="artist-label" class="text-label"> </div>
|
|
<div id="progress-container">
|
|
<label>
|
|
<span id="current-time" class="progress-text">0:00</span>
|
|
<span>/</span>
|
|
<span id="duration" class="progress-text">0:00</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |