summaryrefslogtreecommitdiffstats
path: root/examples/counter
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-09 17:50:12 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-09 17:50:12 +0700
commit554e0a090e3530dced71c14fa02ed5690b7d398e (patch)
tree896c457d562df02ca3df3ffb1fba2734e58fdb9b /examples/counter
parent313aff573433d9a4bc750285104c069fca0a566c (diff)
downloadiced-554e0a090e3530dced71c14fa02ed5690b7d398e.tar.gz
iced-554e0a090e3530dced71c14fa02ed5690b7d398e.tar.bz2
iced-554e0a090e3530dced71c14fa02ed5690b7d398e.zip
Add `index.html` to `counter` example
Diffstat (limited to 'examples/counter')
-rw-r--r--examples/counter/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/counter/index.html b/examples/counter/index.html
new file mode 100644
index 00000000..d2e368e4
--- /dev/null
+++ b/examples/counter/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>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>