blob: 49ad37128d7ae1d5f3ec7d60e149dad2bb04f9f5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<meta charset="utf-8">
<title>Dummy test page</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
</head>
<body>
<p>Dummy test page</p>
</body>
</html>
|