diff options
Diffstat (limited to '')
-rw-r--r-- | examples/tour/index.html (renamed from web/examples/tour/index.html) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/examples/tour/index.html b/examples/tour/index.html index 527cc54c..b17ac4a2 100644 --- a/web/examples/tour/index.html +++ b/examples/tour/index.html @@ -2,12 +2,12 @@ <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> - <title>Web Tour - Iced</title> + <title>Tour - Iced</title> </head> <body> <script type="module"> - import init from "./pkg/iced_web_tour.js"; - init("./pkg/iced_web_tour_bg.wasm"); + import init from "./pkg/iced_tour.js"; + init("./pkg/iced_tour_bg.wasm"); </script> </body> </html> |