starry.network/index.html

71 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 starry jet in the Andromeda.">
<link rel="icon" href="favicon.svg">
<link href="stars.css" rel="stylesheet">
<style>
@font-face {
font-family: 'M PLUS Code Latin';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(MPLUSCodeLatin.subset.woff2) format('woff2');
unicode-range: U+0000-007F;
}
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;
}
</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>