https-server/index.html

11 lines
251 B
HTML
Raw Permalink Normal View History

2024-04-30 13:31:49 +00:00
<!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>