瀏覽代碼

Needed a closing html tag

tags/v0.1.0
Fen 6 年之前
父節點
當前提交
50b6094ceb
共有 1 個文件被更改,包括 40 次插入40 次删除
  1. +40
    -40
      satiate.html

+ 40
- 40
satiate.html 查看文件

@@ -1,48 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Satiate</title>
<link rel="stylesheet" href="satiate.css">
<script src="audio.js"></script>
<script src="world.js"></script>
<script src="satiate.js"></script>
<meta name="theme-color" content="#000000" />
<meta name="description" content="A text adventure!" />
<meta property="og:title" content="Satiate" />
<meta property="og:description" content="A text adventure!" />
<meta property="og:image" content="https://chemicalcrux.org/satiate.png" />
<link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
</head>

<head>
<meta charset="utf-8">
<title>Satiate</title>
<link rel="stylesheet" href="satiate.css">
<script src="audio.js"></script>
<script src="world.js"></script>
<script src="satiate.js"></script>
<meta name="theme-color" content="#000000" />
<meta name="description" content="A text adventure!" />
<meta property="og:title" content="Satiate" />
<meta property="og:description" content="A text adventure!" />
<meta property="og:image" content="https://chemicalcrux.org/satiate.png" />
<link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
</head>

<body>
<div id="info-area">
<div class="sidebar">
<div id="menu">
this is the menu, eventually
<body>
<div id="info-area">
<div class="sidebar">
<div id="menu">
this is the menu, eventually
</div>
<div id="self-info">
this is your own info
</div>
</div>
<div id="self-info">
this is your own info
<div id="log">
this is the log
</div>
<div class="sidebar" id="area-info">
<div id="area-name"></div>
<div id="area-desc"></div>
</div>
</div>
<div id="log">
this is the log
</div>
<div class="sidebar" id="area-info">
<div id="area-name"></div>
<div id="area-desc"></div>
</div>
</div>
<div id="control-area">
<div id="actions">
</div>
<div id="desc">
this is a description of your action
</div>
<div id="moves">
<div id="move-holder">
<div id="control-area">
<div id="actions">
</div>
<div id="desc">
this is a description of your action
</div>
<div id="moves">
<div id="move-holder">
</div>
</div>
</div>
</div>
</body>
</body>
</html>

Loading…
取消
儲存