diff options
author | 2022-02-13 22:19:43 +0700 | |
---|---|---|
committer | 2022-02-13 22:19:43 +0700 | |
commit | cff891833be68c0e2d4919d4475daf23da821f9b (patch) | |
tree | d9eb6944583ae06bec2f6bf8fef3f9eb2981ac8e /examples/pure/tour/index.html | |
parent | 6689ede6d8ce0d65ec3ce29fd863ec7f26052621 (diff) | |
download | iced-cff891833be68c0e2d4919d4475daf23da821f9b.tar.gz iced-cff891833be68c0e2d4919d4475daf23da821f9b.tar.bz2 iced-cff891833be68c0e2d4919d4475daf23da821f9b.zip |
Implement `pure` version of the `tour` example :tada:
Diffstat (limited to '')
-rw-r--r-- | examples/pure/tour/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/pure/tour/index.html b/examples/pure/tour/index.html new file mode 100644 index 00000000..c64af912 --- /dev/null +++ b/examples/pure/tour/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>Tour - Iced</title> + <base data-trunk-public-url /> +</head> +<body> +<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="tour" /> +</body> +</html> |