limepot-xyz/index.html

48 lines
1.5 KiB
HTML
Raw Normal View History

2022-06-02 01:33:20 -06:00
<!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>