summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/printme/data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/printme/data/index.html')
-rw-r--r--examples/webenginewidgets/printme/data/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginewidgets/printme/data/index.html b/examples/webenginewidgets/printme/data/index.html
index cf286e85a..865152c1d 100644
--- a/examples/webenginewidgets/printme/data/index.html
+++ b/examples/webenginewidgets/printme/data/index.html
@@ -12,13 +12,13 @@
</head>
<body>
<form class="form">
- <img class="logo" src="icon.svg" alt="qtwebengine">
<div class="header">
<h1>Hello Paper World!</h1>
<h2>Press Ctrl+p to print with print preview</h2>
<h2>Press Ctrl+Shift+p to print without print preview</h2>
<h2>Click the button to print using JavaScript</h2>
<p class="button" onclick="printNow()">Print Now</p>
+ </div>
</form>
</body>
</html>