deadendshrine/jett.html

40 lines
1.5 KiB
HTML
Executable File

<!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(./img/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>