11 lines
197 B
HTML
11 lines
197 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Server Test</title>
|
|
</head>
|
|
<body>
|
|
<h1>Server is working!</h1>
|
|
<p>If you can see this page, your server is properly configured.</p>
|
|
</body>
|
|
</html>
|