Add index.html to download_progress example
This commit is contained in:
parent
1a0bcdb2f6
commit
0053cc03f9
1 changed files with 12 additions and 0 deletions
12
examples/download_progress/index.html
Normal file
12
examples/download_progress/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue