72 lines
1.5 KiB
HTML
72 lines
1.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<title>The Starry Network</title>
|
||
|
<meta name="description" content="A ">
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Code+Latin&display=swap" rel="stylesheet">
|
||
|
<link rel="icon" href="data:,">
|
||
|
<link href="stars.css" rel="stylesheet">
|
||
|
|
||
|
<style>
|
||
|
html {
|
||
|
background: linear-gradient(to bottom, #2a2981 0%, #13151d 40%, #000 100%);
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: 'M PLUS Code Latin', sans-serif;
|
||
|
color: #ccc;
|
||
|
overflow: hidden;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#wrapper {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
max-width: 80ch;
|
||
|
width: 80ch;
|
||
|
padding: 0 2ch;
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id='stars'></div>
|
||
|
<div id='stars2'></div>
|
||
|
<div id='stars3'></div>
|
||
|
<div id="wrapper">
|
||
|
<main>
|
||
|
<h1>starry.network</h1>
|
||
|
<p>Like a dancer in the dark,</p>
|
||
|
<p>Illuminated only by a stellar comet,</p>
|
||
|
<p>A bluerose diamond dazzles,</p>
|
||
|
<p>Beyond the Never Ending Midnights.</p>
|
||
|
</main>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|