summaryrefslogtreecommitdiff
path: root/public/music.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/music.html')
-rw-r--r--public/music.html27
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>