Merge pull request 'Add header and footer' (#4) from feature/ui-base into main

Reviewed-on: #4
Reviewed-by: Jakob Gregory
Reviewed-by: Johannes Vos
This commit was merged in pull request #4.
This commit is contained in:
2026-05-02 16:54:03 +02:00
+10
View File
@@ -22,5 +22,15 @@ limitations under the License.
<title>Seekra</title> <title>Seekra</title>
</head> </head>
<body> <body>
<header>
<h1>Seekra</h1>
<div>
Built to search.
</div>
</header>
<footer>
<p>&copy; 2026 Seekra.</p>
</footer>
</body> </body>
</html> </html>