blob: beddd2cdb4f4058636f73b54d4e6d8f5f8b6151d (
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%" onclick="window.location.reload()">
<p>Hello, world!</p>
</body>
</html>
|