diff options
Diffstat (limited to 'public/music.html')
| -rw-r--r-- | public/music.html | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/public/music.html b/public/music.html index ab6a3ec..b03b62b 100644 --- a/public/music.html +++ b/public/music.html @@ -2,7 +2,33 @@ <html lang="en">
<body>
<main style="min-height: 100vh;">
- <a>Under construction</a>
+ <div style="display: grid; justify-content: center;">
+ <a href="/releases/phosphenes">
+ <img src="/assets/bunny.webp" width="400" height="400" alt="Phosphenes album art">
+ <h4>Phosphenes</h4>
+ <p>3.13.2026</p>
+ </a>
+ <a href="/releases/christmas">
+ <img src="/assets/bunny.webp" width="400" height="400" alt="Christmas album art">
+ <h4>Christmas</h4>
+ <p>12.12.2025</p>
+ </a>
+ <a href="/releases/waxing-and-waning">
+ <img src="/assets/bunny.webp" width="400" height="400" alt="Waxing and Waning album art">
+ <h4>Christmas</h4>
+ <p>10.10.2025</p>
+ </a>
+ <a href="/releases/hhaemolacria">
+ <img src="/assets/hhaemolacria.webp" width="400" height="400" alt="hhaemolacria album art">
+ <h4>hhaemolacria</h4>
+ <p>5.2.2025</p>
+ </a>
+ <a href="/releases/haemolacriaa">
+ <img src="/assets/haemolacriaa.webp" width="400" height="400" alt="haemolacriaa album art">
+ <h4>haemolacriaa</h4>
+ <p>4.19.2024</p>
+ </a>
+ </div>
</main>
</body>
</html>
\ No newline at end of file |
