2020-12-25 20:51:40 +01:00
|
|
|
<!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>
|
2020-12-27 20:19:40 +01:00
|
|
|
<moon></moon>
|
2020-12-25 20:51:40 +01:00
|
|
|
</planet>
|
2020-12-27 20:19:40 +01:00
|
|
|
<surface>
|
|
|
|
<sign>
|
|
|
|
<content>It's not cozy here for now, this little universe has to form itself first. :)</content>
|
|
|
|
<pole></pole>
|
|
|
|
</sign>
|
|
|
|
</surface>
|
2020-12-25 20:51:40 +01:00
|
|
|
<sun></sun>
|
|
|
|
</solarsystem>
|
|
|
|
</body>
|
|
|
|
</html>
|