diff options
Diffstat (limited to 'examples/pure/counter')
-rw-r--r-- | examples/pure/counter/README.md | 18 | ||||
-rw-r--r-- | examples/pure/counter/index.html | 12 |
2 files changed, 0 insertions, 30 deletions
diff --git a/examples/pure/counter/README.md b/examples/pure/counter/README.md deleted file mode 100644 index 4d9fc5b9..00000000 --- a/examples/pure/counter/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## Counter - -The classic counter example explained in the [`README`](../../README.md). - -The __[`main`]__ file contains all the code of the example. - -<div align="center"> - <a href="https://gfycat.com/fairdeadcatbird"> - <img src="https://thumbs.gfycat.com/FairDeadCatbird-small.gif"> - </a> -</div> - -You can run it with `cargo run`: -``` -cargo run --package counter -``` - -[`main`]: src/main.rs diff --git a/examples/pure/counter/index.html b/examples/pure/counter/index.html deleted file mode 100644 index d2e368e4..00000000 --- a/examples/pure/counter/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>Counter - Iced</title> - <base data-trunk-public-url /> -</head> -<body> -<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="counter" /> -</body> -</html> |