summaryrefslogtreecommitdiffstats
path: root/examples/download_progress
diff options
context:
space:
mode:
authorLibravatar Skygrango <skygrango@gmail.com>2024-05-03 12:06:35 +0800
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-10 19:25:20 +0200
commit0053cc03f9cf92f4f476bdd52e5aca1ac630dfbf (patch)
treed0a2818fa32659711ce538056cd596ecbfbeafa1 /examples/download_progress
parent1a0bcdb2f68b63d8c01d823205d85f7d51bc88bf (diff)
downloadiced-0053cc03f9cf92f4f476bdd52e5aca1ac630dfbf.tar.gz
iced-0053cc03f9cf92f4f476bdd52e5aca1ac630dfbf.tar.bz2
iced-0053cc03f9cf92f4f476bdd52e5aca1ac630dfbf.zip
Add `index.html` to `download_progress` example
Diffstat (limited to 'examples/download_progress')
-rw-r--r--examples/download_progress/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/download_progress/index.html b/examples/download_progress/index.html
new file mode 100644
index 00000000..c79e32c1
--- /dev/null
+++ b/examples/download_progress/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en" style="height: 100%">
+<head>
+ <meta charset="utf-8" content="text/html; charset=utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <title>Download_Progress - Iced</title>
+ <base data-trunk-public-url />
+</head>
+<body style="height: 100%; margin: 0">
+<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="download_progress" />
+</body>
+</html>