blob: fef911a92642b34fbbeb09312d4154e21c4a11e2 (
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>
|