blob: dbe6cfc89173a4aad503f1e502d8dd44be0e9829 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!DOCTYPE html>
<html lang="en">
<body>
<main style="min-height: 100vh;">
<div style="display: grid; justify-content: center;">
<a href="/releases/phosphenes" class="link">
<img src="/assets/bunny.webp" width="400" height="400" alt="Phosphenes album art">
<p>haemolacriaa</p>
<p>Phosphenes</p>
<p>3.13.2026</p>
</a>
<a href="/releases/christmas" class="link">
<img src="/assets/bunny.webp" width="400" height="400" alt="Christmas album art">
<p>haemolacriaa</p>
<p>Christmas</p>
<p>12.12.2025</p>
</a>
<a href="/releases/waxing-and-waning" class="link">
<img src="/assets/bunny.webp" width="400" height="400" alt="Waxing and Waning album art">
<p>haemolacriaa</p>
<p>Waxing and Waning</p>
<p>10.10.2025</p>
</a>
<a href="/releases/hhaemolacria" class="link">
<img src="/assets/hhaemolacria.webp" width="400" height="400" alt="hhaemolacria album art">
<p>haemolacriaa</p>
<p>hhaemolacria</p>
<p>5.2.2025</p>
</a>
<a href="/releases/haemolacriaa" class="link">
<img src="/assets/haemolacriaa.webp" width="400" height="400" alt="haemolacriaa album art">
<p>haemolacriaa</p>
<p>haemolacriaa</p>
<p>4.19.2024</p>
</a>
</div>
</main>
</body>
</html>
|