https-server/index.html
2024-04-30 14:31:49 +01:00

11 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test Demo Page</title>
</head>
<body>
<h1>Test Page</h1>
<p>If you are seeing this page, you have correctly configured the web server to run under HTTPS!</p>
</body>
</html>