diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 08:26:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-29 08:26:36 +0000 |
| commit | b34d3907c6a598c60df8bc5c733df22fe1119363 (patch) | |
| tree | ebd116d9b983f4d85e8dfdaccf52133f5318fd28 /public/music.html | |
| parent | bf96dc4ea2a9810bbfc1feef91f662d37a9c29f0 (diff) | |
get to work
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 |
