first commit; pretty much a raw concept

This commit is contained in:
Vrifox 2020-12-25 20:51:40 +01:00
commit 2cb70b0fe7
Signed by: vrifox
GPG key ID: D40098E5B60B2197
3 changed files with 129 additions and 0 deletions

25
index.html Normal file
View file

@ -0,0 +1,25 @@
<!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>
<h1>cozy.town</h1>
<planet>
<surface>
<sign>
<content>It's not cozy here for now, this little universe has to form itself first. :)</content>
<pole></pole>
</sign>
</surface>
</planet>
<sun></sun>
<moon></moon>
</solarsystem>
</body>
</html>