1
0
Fork 0

first commit

This commit is contained in:
Mori Aokigahara 2021-11-12 20:19:46 -06:00
commit b37b89a21b
91 changed files with 1384 additions and 0 deletions

39
jett.html Normal file
View file

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="author" content="Lethe Kallisti Discordia">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
<link rel="icon" type="image/png" href="./jett_sigil.png">
<style>
body {
background-image:url(./clouds.png);
background-repeat: repeat-x;
background-position: top;
}
.right {
text-align: right;
}
</style>
</head>
<body>
<marquee scrollamount="20">
<h1>you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know you need to know</h1>
</marquee>
<p>&nbsp;</p>
<p>... you are whatever a moon has always meant<br />and whatever a sun will always sing is you</p>
<p>&nbsp;&nbsp;&nbsp;- e.e. cummings, "i carry your heart with me(i carry it in"</p>
<hr>
<div class="right">
<p>Through all of youth I was looking for you<br />without knowing what I was looking for</p>
<p>&nbsp;&nbsp;&nbsp;- Osip Mandelstam, "Youth"</p>
</div>
<hr>
<p>You are<br />hope personified<br />when I cried myself<br />to sleep at night<br /><br />You are<br />the promise,<br />the life I wanted,<br />the one I'm living now</p>
<p>&nbsp;&nbsp;&nbsp;- Dawn Lanuza, "waking up to a dream"</p>
<hr>
</body>
</html>