first commit; pretty much a raw concept
This commit is contained in:
commit
2cb70b0fe7
3 changed files with 129 additions and 0 deletions
25
index.html
Normal file
25
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue