It works a bit better, but stil slow first time load
This commit is contained in:
parent
f59c52e9e1
commit
9c36a97f46
6 changed files with 100 additions and 61 deletions
9
web/index.html
Normal file
9
web/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue