index indecks
This commit is contained in:
parent
c194573daf
commit
7e7d4d4d8b
2 changed files with 55 additions and 51 deletions
54
indecks.html
Normal file
54
indecks.html
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset = "utf-8" />
|
||||||
|
<title>
|
||||||
|
Home
|
||||||
|
</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="https://discord.gg/UZFde5k5">Discord</a>
|
||||||
|
<a href="krimsonlocker.xyz">Krimson Locker</a>
|
||||||
|
<a href="ripgoodtimes.html">RIP</a>
|
||||||
|
<a href="https://nullafati.xyz">Fate</a>
|
||||||
|
</center>
|
||||||
|
<p style="text-align:center">NO MORE TIME LEFT, MOVE MOVE MOVE MOVE. NO TIME TO STOP.</p>
|
||||||
|
<br>
|
||||||
|
<a href="SMUG.html">SMUG SMUG SMUG</a>
|
||||||
|
<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>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="https://twitter.com/LimePotat">You really dont need to, no dont need to at all, go here. seriously. its nothing that special, its a waste of your time, and probably mine too.</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
52
index.html
52
index.html
|
@ -1,54 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<p>index? indecks?</p>
|
||||||
<meta charset = "utf-8" />
|
|
||||||
<title>
|
|
||||||
Home
|
|
||||||
</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="https://discord.gg/UZFde5k5">Discord</a>
|
|
||||||
<a href="krimsonlocker.xyz">Krimson Locker</a>
|
|
||||||
<a href="ripgoodtimes.html">RIP</a>
|
|
||||||
<a href="https://nullafati.xyz">Fate</a>
|
|
||||||
</center>
|
|
||||||
<p style="text-align:center">NO MORE TIME LEFT, MOVE MOVE MOVE MOVE. NO TIME TO STOP.</p>
|
|
||||||
<br>
|
|
||||||
<a href="SMUG.html">SMUG SMUG SMUG</a>
|
|
||||||
<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>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<a href="https://twitter.com/LimePotat">You really dont need to, no dont need to at all, go here. seriously. its nothing that special, its a waste of your time, and probably mine too.</a>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue