Endpoint configured, static pages work

This commit is contained in:
TypoMustakes
2024-04-20 12:26:33 +02:00
parent ffadc29a75
commit d403894556
4 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello, World!</title>
</head>
<body>
<h1>Hello, World!</h1>
<p>Welcome to my first web page.</p>
</body>
</html>