website/index.html

30 lines
885 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>cozy.town</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cozy.town/index.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="/favicon.png">
</head>
<body>
<solarsystem>
<planet>
<moon></moon>
</planet>
<surface>
<sign>
2020-12-29 09:59:06 +01:00
<content>It's not cozy here for now, this little universe has to form itself first.<br /><br />:)</content>
<pole></pole>
</sign>
</surface>
<sun></sun>
</solarsystem>
2020-12-29 09:59:06 +01:00
<footer>
<section class="version">
<a href="https://git.vrifox.cc/cozy.town/website">concept 2020-12-29</a>
</section>
</footer>
</body>
</html>