diff options
author | 2019-09-19 15:01:12 +0200 | |
---|---|---|
committer | 2019-09-19 15:01:12 +0200 | |
commit | f9de39ddaa3020a9585b1648afb0ead45dfd7aa9 (patch) | |
tree | 04289787e353b4b059354d22ce53f2b79464431c /web/examples/tour/index.html | |
parent | dd093c79d7da84675be648c7df2ebfc85b5039f2 (diff) | |
download | iced-f9de39ddaa3020a9585b1648afb0ead45dfd7aa9.tar.gz iced-f9de39ddaa3020a9585b1648afb0ead45dfd7aa9.tar.bz2 iced-f9de39ddaa3020a9585b1648afb0ead45dfd7aa9.zip |
Unify `web` and `ggez` tour examples :tada:
Diffstat (limited to 'web/examples/tour/index.html')
-rw-r--r-- | web/examples/tour/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/web/examples/tour/index.html b/web/examples/tour/index.html deleted file mode 100644 index 527cc54c..00000000 --- a/web/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>Web Tour - Iced</title> - </head> - <body> - <script type="module"> - import init from "./pkg/iced_web_tour.js"; - init("./pkg/iced_web_tour_bg.wasm"); - </script> - </body> -</html> |