summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/static/index.html b/static/index.html
deleted file mode 100644
index c067b51..0000000
--- a/static/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<html lang="en">
-
-<head>
- <meta charset="utf-8">
- <link rel="icon" href="./favicon.ico" type="image/png" />
- <link rel="stylesheet" href="./bulma.min.css" />
- <link rel="stylesheet" href="./fontawesome-solid.min.css" />
- <title>BCard Wasm Web App</title>
-</head>
-
-<body>
- <script type="module">
- Error.stackTraceLimit = Infinity;
- import init from "../pkg/bcard_wasm_webapp.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