blob: f7c7f237f0e9b48a76921b007fdda0930da4f840 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<meta charset="utf-8">
<title>Hello, world!</title>
<meta name="viewport" content="initial-scale=1.0">
</head>
<body style="height: 100%" onmousemove="window.location.reload()">
<p>Hello, world!</p>
</body>
</html>
|