diff options
author | jelemux <jeremias.weber@protonmail.com> | 2020-10-18 22:40:57 +0200 |
---|---|---|
committer | jelemux <jeremias.weber@protonmail.com> | 2020-10-18 22:40:57 +0200 |
commit | 84c2dab4200c37c818d83c95f85445ee00d83bf6 (patch) | |
tree | 134d9ec538306a6626d35e737035e03c8b3a69c5 /static | |
download | wasm-card-84c2dab4200c37c818d83c95f85445ee00d83bf6.tar.gz wasm-card-84c2dab4200c37c818d83c95f85445ee00d83bf6.tar.bz2 |
initial commit
Diffstat (limited to 'static')
-rw-r--r-- | static/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..b0f1634 --- /dev/null +++ b/static/index.html @@ -0,0 +1,14 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>BCard Wasm Web App</title> + <script type="module"> + import init from "../pkg/bcard_wasm_webapp.js" + init() + </script> + </head> + <body> + <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> + </body> +</html>
\ No newline at end of file |