diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 21:56:55 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 21:56:55 -0500 |
| commit | e0c12600ee090fa360be7e56446b9212a3cbd3b3 (patch) | |
| tree | 08e509fee6fe86ca9c0e7e125166bd65257b5a69 /public/music.html | |
| parent | b34d3907c6a598c60df8bc5c733df22fe1119363 (diff) | |
lots of work
Diffstat (limited to 'public/music.html')
| -rw-r--r-- | public/music.html | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/public/music.html b/public/music.html index b03b62b..dbe6cfc 100644 --- a/public/music.html +++ b/public/music.html @@ -3,32 +3,37 @@ <body>
<main style="min-height: 100vh;">
<div style="display: grid; justify-content: center;">
- <a href="/releases/phosphenes">
+ <a href="/releases/phosphenes" class="link">
<img src="/assets/bunny.webp" width="400" height="400" alt="Phosphenes album art">
- <h4>Phosphenes</h4>
+ <p>haemolacriaa</p>
+ <p>Phosphenes</p>
<p>3.13.2026</p>
</a>
- <a href="/releases/christmas">
+ <a href="/releases/christmas" class="link">
<img src="/assets/bunny.webp" width="400" height="400" alt="Christmas album art">
- <h4>Christmas</h4>
+ <p>haemolacriaa</p>
+ <p>Christmas</p>
<p>12.12.2025</p>
</a>
- <a href="/releases/waxing-and-waning">
+ <a href="/releases/waxing-and-waning" class="link">
<img src="/assets/bunny.webp" width="400" height="400" alt="Waxing and Waning album art">
- <h4>Christmas</h4>
+ <p>haemolacriaa</p>
+ <p>Waxing and Waning</p>
<p>10.10.2025</p>
</a>
- <a href="/releases/hhaemolacria">
+ <a href="/releases/hhaemolacria" class="link">
<img src="/assets/hhaemolacria.webp" width="400" height="400" alt="hhaemolacria album art">
- <h4>hhaemolacria</h4>
+ <p>haemolacriaa</p>
+ <p>hhaemolacria</p>
<p>5.2.2025</p>
</a>
- <a href="/releases/haemolacriaa">
+ <a href="/releases/haemolacriaa" class="link">
<img src="/assets/haemolacriaa.webp" width="400" height="400" alt="haemolacriaa album art">
- <h4>haemolacriaa</h4>
+ <p>haemolacriaa</p>
+ <p>haemolacriaa</p>
<p>4.19.2024</p>
</a>
</div>
</main>
</body>
-</html>
\ No newline at end of file +</html>
|
