try again

This commit is contained in:
2025-03-16 15:31:11 +08:00
parent 4fd8a637a6
commit 16f786c6e2
5 changed files with 39 additions and 2 deletions

10
public/test.html Normal file
View File

@@ -0,0 +1,10 @@
<!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>