Skip to content

Commit 9e162a7

Browse files
committed
Add index.html to download_progress example
1 parent 5181677 commit 9e162a7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)