init
This commit is contained in:
limepot 2022-06-02 01:33:20 -06:00
parent 1b1d11a762
commit fbe4bce11d
18 changed files with 491 additions and 0 deletions

27
about.html Normal file

File diff suppressed because one or more lines are too long

BIN
assets/crt.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 KiB

BIN
assets/crt2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB

BIN
assets/dvd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
assets/hi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
assets/japan-calm-pond.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
assets/obo-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
assets/progmode.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 KiB

BIN
assets/transflag.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

16
error404.html Normal file
View file

@ -0,0 +1,16 @@
<html>
<head><meta charset = "utf-8" />
<title>
Error 404
</title><style>
body {background-image: url('/assets/crt2.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
</html>

3
fuck/you/chloe.html Normal file
View file

@ -0,0 +1,3 @@
<html>
<p>Fuck you Chloe</p>
</html>

17
i/am/not/healthy.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
health is subjective
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png"
type = "image/x-icon">
</head>
<font color="white">
<p>i miss my friends. why did i let them all go?</p>
</font>
</html>

19
i/am/not/okay.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
Please somebody help
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png" type = "image/x-icon">
</head>
<p>Are you okay?</p>
<br>
<p>Relatively.</p>
<font color="white">
<p>i am alone, i am not okay, and im unsure how much more strength i have left</p>
</font>
</html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
Please somebody help
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png" type = "image/x-icon">
</head>
<p>I am tired.</p>
<font color="white">
<p>of feeling this way, of not being able to function. ive decided its enough, and im going to fix it by force.</p>
</font>
</html>

47
index.html Normal file
View file

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
Home Page
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png"
type = "image/x-icon">
<style>
body {
background-image: url('/assets/japan-calm-pond.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body>
<center>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="ripgoodtimes.html">RIP</a>
<a href="https://nullafati.xyz">Fate</a>
</center>
<p style="text-align:center">Hello World.</p>
<br></br>
<br></br>
<br></br>
<font color="white">
<p style="text-align:center">"Forever - is composed of Nows</p>
<p style="text-align:center">`Tis not a different time -</p>
<p style="text-align:center">Except for Infiniteness -</p>
<p style="text-align:center">And Latitude of Home -</p>
<br>
<p style="text-align:center">From this - experienced Here -</p>
<p style="text-align:center">Remove the Dates - to These -</p>
<p style="text-align:center">Let Months dissolve in further Months -</p>
<p style="text-align:center">And Years - exhale in Years ..."</p>
<p style="text-align:center">- Emily Dickinson</p>
</font>
<a style="font-size:3px" href="/trans/gender/transgener.html">🏳️‍⚧️</a>
</body>
</html>

27
ripgoodtimes.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
Ping! Pong!
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png"
type = "image/x-icon">
<style>
body {
background-image: url('assets/crt.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style></head>
<body>
<center>
<img src="assets/dvd.png" alt="You watch it bounce for hours, when will it hit the corner i wonder?"
width="1000" height="1000">
</center>
</body>
</html>

View file

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
when da
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png" type = "image/x-icon">
<style>
body {background-image: url('/assets/progmode.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body>
<font color="black">
<center>
<p>when da</p>
</br>
<p>when da progesterone hits</p>
</center>
</font>
</body>
</html>

File diff suppressed because one or more lines are too long