summaryrefslogtreecommitdiffstats
path: root/examples/tour.html
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 11:02:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 11:02:40 +0100
commit7f1c6fc14cddbf7055a4d00a4c188311592e679e (patch)
tree8c3a486c58583e204ba36597fe359f851d568fa0 /examples/tour.html
parent08aa862a42b8bd710b3add7408b090d1fc918cab (diff)
downloadiced-7f1c6fc14cddbf7055a4d00a4c188311592e679e.tar.gz
iced-7f1c6fc14cddbf7055a4d00a4c188311592e679e.tar.bz2
iced-7f1c6fc14cddbf7055a4d00a4c188311592e679e.zip
Remove `scroll` example and `tour.html`
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>