Add index.html to download_progress example

This commit is contained in:
Skygrango 2024-05-03 12:06:35 +08:00 committed by Héctor Ramón Jiménez
parent 1a0bcdb2f6
commit 0053cc03f9
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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>