summaryrefslogtreecommitdiffstats
path: root/web/examples/tour/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/examples/tour/index.html')
-rw-r--r--web/examples/tour/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/web/examples/tour/index.html b/web/examples/tour/index.html
deleted file mode 100644
index 527cc54c..00000000
--- a/web/examples/tour/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
- <title>Web Tour - Iced</title>
- </head>
- <body>
- <script type="module">
- import init from "./pkg/iced_web_tour.js";
- init("./pkg/iced_web_tour_bg.wasm");
- </script>
- </body>
-</html>