diff options
author | 2019-11-21 18:01:48 +0100 | |
---|---|---|
committer | 2019-11-21 18:01:48 +0100 | |
commit | 9712b319bb7a32848001b96bd84977430f14b623 (patch) | |
tree | e9a40e89d05b353a8c8b37128b83c19c813f9da6 /examples/tour.html | |
parent | 5adefdf6613bfe0738b573eab1d280fa041f5417 (diff) | |
parent | 49349b75d92612e158f78fee84c70b172b4acd0e (diff) | |
download | iced-9712b319bb7a32848001b96bd84977430f14b623.tar.gz iced-9712b319bb7a32848001b96bd84977430f14b623.tar.bz2 iced-9712b319bb7a32848001b96bd84977430f14b623.zip |
Merge pull request #64 from hecrj/improvement/update-readmes
Update repository documentation
Diffstat (limited to 'examples/tour.html')
-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> |