summaryrefslogtreecommitdiffstats
path: root/examples/tour/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour/index.html')
-rw-r--r--examples/tour/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/tour/index.html b/examples/tour/index.html
deleted file mode 100644
index b17ac4a2..00000000
--- a/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>Tour - Iced</title>
- </head>
- <body>
- <script type="module">
- import init from "./pkg/iced_tour.js";
- init("./pkg/iced_tour_bg.wasm");
- </script>
- </body>
-</html>