diff options
author | 2019-11-20 11:02:40 +0100 | |
---|---|---|
committer | 2019-11-20 11:02:40 +0100 | |
commit | 7f1c6fc14cddbf7055a4d00a4c188311592e679e (patch) | |
tree | 8c3a486c58583e204ba36597fe359f851d568fa0 /examples/tour.html | |
parent | 08aa862a42b8bd710b3add7408b090d1fc918cab (diff) | |
download | iced-7f1c6fc14cddbf7055a4d00a4c188311592e679e.tar.gz iced-7f1c6fc14cddbf7055a4d00a4c188311592e679e.tar.bz2 iced-7f1c6fc14cddbf7055a4d00a4c188311592e679e.zip |
Remove `scroll` example and `tour.html`
Diffstat (limited to '')
-rw-r--r-- | examples/tour.html | 14 |
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> |