Merge pull request 'Bug fix: Use <p> instead of <div> for the slogan' (#10) from bugfix/use-more-semantic-html-element-for-slogan into main

Reviewed-on: #10
Reviewed-by: Jakob Gregory
This commit was merged in pull request #10.
This commit is contained in:
2026-05-02 17:43:14 +02:00
+2 -2
View File
@@ -24,9 +24,9 @@ limitations under the License.
<body> <body>
<header> <header>
<h1>Seekra</h1> <h1>Seekra</h1>
<div> <p>
Built to search. Built to search.
</div> </p>
</header> </header>
<form> <form>