11 lines
251 B
HTML
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>
|