summaryrefslogtreecommitdiff
path: root/demo/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demo/index.html')
-rw-r--r--demo/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/demo/index.html b/demo/index.html
index 912c1c9e..fea01a2c 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -19,27 +19,27 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>wabt demos</title>
- <link href="primer.css" rel="stylesheet">
<link href="custom.css" rel="stylesheet">
</head>
<body>
- <div class="container">
+ <header>
<h1>wabt demos</h1>
- <hr>
+ </header>
+ <main>
<ul>
<li>
- <a href="wat2wasm/">wat2wasm demo</a>
+ <a href="wat2wasm/index.html">wat2wasm demo</a>
<p>
Example showing converting text to binary.
</p>
</li>
<li>
- <a href="wasm2wat/">wasm2wat demo</a>
+ <a href="wasm2wat/index.html">wasm2wat demo</a>
<p>
Example showing converting binary to text.
</p>
</li>
</ul>
- </div>
+ </main>
</body>
</html>