Skip to content

Commit

Permalink
Add index.html to download_progress example
Browse files Browse the repository at this point in the history
  • Loading branch information
skygrango authored and hecrj committed Sep 10, 2024
1 parent 1a0bcdb commit 0053cc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/download_progress/index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 0053cc0

Please sign in to comment.