Revise Requirements

This commit is contained in:
2026-05-04 21:10:23 +02:00
parent c6559e478d
commit 123bd22d07
2 changed files with 17 additions and 24 deletions
+7 -7
View File
@@ -27,15 +27,15 @@ limitations under the License.
<nav class="global-nav">
<ul>
<li class="nav-item">
seekra
<a href="#">Seekra</a>
</li>
</ul>
</nav>
<div class="hero">
<header>
<h1>seekra</h1>
<p>
<div class="content-background">
<header class="global-header">
<h1>Seekra</h1>
<p class="slogan">
Built to search.
</p>
</header>
@@ -43,12 +43,12 @@ limitations under the License.
<form id="search-form">
<div class="search-wrapper">
<input type="search" name="search" placeholder="Search..." required />
<button type="submit">Search</button>
<button type="submit" class="search-button">Search</button>
</div>
</form>
</div>
<footer>
<p>&copy; 2026 seekra.</p>
<p>&copy; 2026 Seekra.</p>
</footer>
</body>
</html>