1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/tests/popup.html

12 lines
304 B
HTML
Raw Permalink Normal View History

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Popup window</title>
</head>
<body>
<h2>Popup window</h2>
<input type="button" onclick="window.close()" value="Close window"/>
<input type="button" onclick="window.print()" value="Print window"/>
</body>
</html>