summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7c91ad5
--- /dev/null
+++ b/index.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8">
+ <link rel="icon" href="./static/favicon.ico" type="image/png" />
+ <link rel="stylesheet" href="./static/bulma.min.css" />
+ <link rel="stylesheet" href="./static/fontawesome-solid.min.css" />
+ <title>BCard Wasm Web App</title>
+</head>
+
+<body>
+ <script type="module">
+ Error.stackTraceLimit = Infinity;
+ import init from "./pkg/app.js";
+ init();
+ </script>
+ <noscript>This page contains webassembly and javascript content, please enable javascript in your
+ browser.</noscript>
+</body>
+
+</html> \ No newline at end of file