diff options
author | 2022-03-08 22:08:38 +0700 | |
---|---|---|
committer | 2022-03-08 22:08:38 +0700 | |
commit | 7d9ab71790ba0395681490f3af4d3899bb09ab09 (patch) | |
tree | 8f69f84892305c8b65acfb0855ef2c9751a6ea0b /examples/pure/tour/index.html | |
parent | b50e208f31e51c2d947aeaf9fea8a9f287f26aa1 (diff) | |
download | iced-7d9ab71790ba0395681490f3af4d3899bb09ab09.tar.gz iced-7d9ab71790ba0395681490f3af4d3899bb09ab09.tar.bz2 iced-7d9ab71790ba0395681490f3af4d3899bb09ab09.zip |
Remove superfluous files from `pure` examples
Diffstat (limited to 'examples/pure/tour/index.html')
-rw-r--r-- | examples/pure/tour/index.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/pure/tour/index.html b/examples/pure/tour/index.html deleted file mode 100644 index c64af912..00000000 --- a/examples/pure/tour/index.html +++ /dev/null @@ -1,12 +0,0 @@ -<!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> |