aboutsummaryrefslogtreecommitdiff
path: root/website/src/wasm-demo
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 12:42:23 +0100
committerAleksey Kladov <[email protected]>2019-09-02 12:42:23 +0100
commit798dc2ca8024c68b02c8e878603c0a4b00dc44e5 (patch)
treec49e1c5a1c0cf96a706521bc51b7d98de224ee02 /website/src/wasm-demo
parentfdb2874e3e15838d9015aa9eb5ce92dc8e66431f (diff)
start GitHub pages
Diffstat (limited to 'website/src/wasm-demo')
-rw-r--r--website/src/wasm-demo/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/website/src/wasm-demo/index.html b/website/src/wasm-demo/index.html
new file mode 100644
index 000000000..e81ccb0f7
--- /dev/null
+++ b/website/src/wasm-demo/index.html
@@ -0,0 +1,13 @@
1<!DOCTYPE HTML>
2<html>
3
4<head>
5 <meta charset="utf-8">
6 <title>Hello World! Site Title</title>
7</head>
8
9<body>
10 TBD
11</body>
12
13</html>