mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
12 lines
451 B
HTML
12 lines
451 B
HTML
<div id="main-wrapper">
|
|
<svg id="progress-svg" viewBox="0 0 100 100">
|
|
<circle id="progress-pie-circle" cx="50" cy="50" r="25"></circle>
|
|
</svg>
|
|
<div id="vinyl-container">
|
|
<img id="vinyl-background" src="/now-playing/themes/vinyl/images/vinyl.png">
|
|
<div id="album-art-container">
|
|
<div id="album-art-layer"></div>
|
|
<div id="album-art-transition-layer"></div>
|
|
</div>
|
|
</div>
|
|
</div> |