<!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.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } 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>