first commit
This commit is contained in:
commit
b37b89a21b
91 changed files with 1384 additions and 0 deletions
39
jett.html
Normal file
39
jett.html
Normal 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> </p>
|
||||
<p>... you are whatever a moon has always meant<br />and whatever a sun will always sing is you</p>
|
||||
<p> - 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> - 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> - Dawn Lanuza, "waking up to a dream"</p>
|
||||
<hr>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue