test.html
<!DOCTYPE html>
<html>
<head>
<title>Server Test</title>
</head>
<body>
<h1>SERVER IS WORKING!</h1>
<p>If you can see this, the server is running correctly.</p>
<p>Time: <script>document.write(new Date().toLocaleString());</script></p>
<a href="/">Go to Main Site</a>
</body>
</html>