-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (39 loc) · 2.47 KB
/
index.html
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
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LOW EARTH ORBIT</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap">
</head>
<body>
<div class="main-container">
<div class="header">
<img class="logo" src="./assets/logo_font.png" alt="Logo">
<div class="links">
<a href="index.html">|Home|</a> <a href="story.html"> |History|</a>
</div>
</div>
<div class="content">
<h1 class="text" style="text-decoration: line-through; text-decoration-color: var(--secondary-color);">part 2 - we have proof! - 20.04.24 @ ru******¹</h1>
<p class="text" style="font-weight: bold;"> CANCELLED DUE TO CITY OF FREIBURG BEING UNHAPPY WITH THE LOCATION...</p>
<p class="text" style="text-decoration: line-through; text-decoration-color: var(--secondary-color);">
"[...] Cleo got up and left the stale room. This can’t be true, it must be due to lack of oxygen and sleep. They couldn't remember how long they’d waited, staring into nothing, feeling somewhat scared to look at the screen again. Finally, slowly opening the door and taking a glimpse - the repetitive pattern was still there. “FOR FUCK’S SAKES I KNEW IT!” - “Come on” Remy mumbled “let me slee-” “THEY EXIST! WE HAVE PROOF!” [...]"
</p>
<!-- <br> -->
<p class="text">
w/ <a href="https://soundcloud.com/u_r_t_e" target="_blank" style="color: var(--secondary-color);">URTE</a> and <a href="https://soundcloud.com/djhardnipple" target="_blank" style="color: var(--secondary-color);">DJ Hard Nipple</a>, supported by space force (<a href="https://soundcloud.com/plentyofnames" target="_blank" style="color: var(--secondary-color);">patman/plonc</a> and <a href="https://soundcloud.com/lutz108" target="_blank" style="color: var(--secondary-color);">lutz</a>)
</p>
<!-- <br> -->
<p class="text">
¹Info via mail to <a href="mailto:[email protected]" target="_blank" style="color: var(--secondary-color);">[email protected]</a>
</p>
<a href="./assets/202404_PT-II_flyer_quadrat_cancelled.jpg" target="_blank"><img class="flyer" src="./assets/202404_PT-II_flyer_quadrat_cancelled.jpg" alt="Flyer of LEO Pt. 2"></a>
</div>
</div>
<div class="legal">
<a href="privacy.html" style="color: var(--secondary-color);">|privacy|</a>
</div>
</body>
</html>