Add header and footer #4

Merged
jakob.scheid merged 2 commits from feature/ui-base into main 2026-05-02 16:54:03 +02:00
Showing only changes of commit 1fd1fbba57 - Show all commits
+6
View File
@@ -22,5 +22,11 @@ limitations under the License.
<title>Seekra</title>
</head>
<body>
<header>
<h1>Seekra</h1>
<div>
Review

(Subtitle) is missing

<h3> (Subtitle) is missing
Review

I intentionally omitted the stylesheets because they are semantically part of the UI base.

I intentionally omitted the stylesheets because they are semantically part of the UI ***base***.
Review

Furthermore, the search field is not part of the UI base

Furthermore, the search field is not part of the UI ***base***
Review

But in my suggestion there was a style, it is for the main and thats why there shoud be the style and search bar

But in my suggestion there was a style, it is for the main and thats why there shoud be the style and search bar
Review

I think it's better to to this in a separate branch.

I think it's better to to this in a separate branch.
Review

But we alerady did it

But we alerady did it
Built to search.
</div>
</header>
</body>
</html>