lonercrew/index.html
2022-03-13 03:15:08 +01:00

43 lines
1,021 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: grandstander;
src: url("https://fonts.googleapis.com/css2?family=Grandstander");
}
* {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
background-color: rgb(124, 206, 163);
justify-content: center;
align-items: center;
display: flex;
height: 100%;
font-size: 1.6em;
line-height: 1.4em;
font-family: "Fire Sans", "Helvetica", "Arial", sans-serif;
}
a, a:active, a:visited {
color: black;
}
/* Ich bin ein Kommentar TEST */
</style>
</head>
<body>
<div id=message>
999 Loners wandering around Solana Beach.
<br>
Loners walk alone and in silence...
<ul>
<li><a href="https://twitter.com/LonerCrewNFT">Twitter</a></li>
<li><a href="https://discord.gg/WhGswMCmta">Discord</a></li>
</ul>
</div>
</body>
</html>