initial commit

This commit is contained in:
2025-08-30 17:15:58 +03:00
commit d36a853f94
8 changed files with 201 additions and 0 deletions

6
templates/header.html Normal file
View File

@@ -0,0 +1,6 @@
<header>
<p>
<a href="/" target="_top"><b> Home</b></a><b> |
<a href="/about" target="_top">About</a></b>
</p>
</header>