blob: a7747a0bca47bb134af6ad5106960334e02266b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>Dummy test page</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
</head>
<body>
<a href="https://nocert.example.com" id="no-cert">No Cert page</a>
<p>Dummy test page</p>
</body>
</html>
|