It works a bit better, but stil slow first time load

This commit is contained in:
Yulian Kuncheff 2025-03-25 23:13:48 +01:00
parent f59c52e9e1
commit 9c36a97f46
No known key found for this signature in database
6 changed files with 100 additions and 61 deletions

9
web/index.html Normal file
View file

@ -0,0 +1,9 @@
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>Welcome to the Home Page</h1>
<p>Click <a href="about.html">here</a> to go to the About Page</p>
</body>
</html>