summaryrefslogtreecommitdiffstats
path: root/examples/tour
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour')
-rw-r--r--examples/tour/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tour/index.html b/examples/tour/index.html
index c64af912..09d03367 100644
--- a/examples/tour/index.html
+++ b/examples/tour/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<html lang="en">
+<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>Tour - Iced</title>
<base data-trunk-public-url />
</head>
-<body>
+<body style="height: 100%; margin: 0">
<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="tour" />
</body>
</html>