summaryrefslogtreecommitdiffstats
path: root/examples/tour.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour.html')
-rw-r--r--examples/tour.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/tour.html b/examples/tour.html
deleted file mode 100644
index 35360e59..00000000
--- a/examples/tour.html
+++ /dev/null
@@ -1,14 +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 "./tour/tour.js";
-
- init('./tour/tour_bg.wasm');
- </script>
- </body>
-</html>