diff options
author | 2019-11-22 20:30:57 +0100 | |
---|---|---|
committer | 2019-11-22 20:30:57 +0100 | |
commit | 42e775fecec81acd40dbc5f536c8a4cd98a03662 (patch) | |
tree | f58586d2223f39933d9bfbe6fff4e7a88fe4b6d3 /examples/tour.html | |
parent | a7dba612f03e58d7bd9527499d893987986b347c (diff) | |
parent | 9712b319bb7a32848001b96bd84977430f14b623 (diff) | |
download | iced-42e775fecec81acd40dbc5f536c8a4cd98a03662.tar.gz iced-42e775fecec81acd40dbc5f536c8a4cd98a03662.tar.bz2 iced-42e775fecec81acd40dbc5f536c8a4cd98a03662.zip |
Merge branch 'master' into improvement/docs
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> |