We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
index.html
download_progress
1 parent 5181677 commit 9e162a7Copy full SHA for 9e162a7
1 file changed
examples/download_progress/index.html
@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html lang="en" style="height: 100%">
3
+<head>
4
+ <meta charset="utf-8" content="text/html; charset=utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>Download_Progress - Iced</title>
7
+ <base data-trunk-public-url />
8
+</head>
9
+<body style="height: 100%; margin: 0">
10
+<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="download_progress" />
11
+</body>
12
+</html>
0 commit comments