summaryrefslogtreecommitdiff
path: root/public/music.html
blob: 04073fab8d5943e7de83e663be1467334067b43f (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-text">
					<img src="/assets/bunny.webp" width="400" height="400" alt="Phosphenes album art" class="album-image">
					<p>haemolacriaa</p>
					<p>Phosphenes</p>
					<p>3.13.2026</p>
				</a>
				<a href="/releases/christmas" class="link-text">
					<img src="/assets/bunny.webp" width="400" height="400" alt="Christmas album art" class="album-image">
					<p>haemolacriaa</p>
					<p>Christmas</p>
					<p>12.12.2025</p>
				</a>
				<a href="/releases/waxing-and-waning" class="link-text">
					<img src="/assets/bunny.webp" width="400" height="400" alt="Waxing and Waning album art" class="album-image">
					<p>haemolacriaa</p>
					<p>Waxing and Waning</p>
					<p>10.10.2025</p>
				</a>
				<a href="/releases/hhaemolacria" class="link-text">
					<img src="/assets/hhaemolacria.webp" width="400" height="400" alt="hhaemolacria album art" class="album-image">
					<p>haemolacriaa</p>
					<p>hhaemolacria</p>
					<p>5.2.2025</p>
				</a>
				<a href="/releases/haemolacriaa" class="link-text">
					<img src="/assets/haemolacriaa.webp" width="400" height="400" alt="haemolacriaa album art" class="album-image">
					<p>haemolacriaa</p>
					<p>haemolacriaa</p>
					<p>4.19.2024</p>
				</a>
			</div>
		</main>
	</body>
</html>