added "next page" button

This commit is contained in:
partisan 2024-04-07 15:48:25 +02:00
parent 8da8999802
commit 6fe3685f92
5 changed files with 77 additions and 26 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search with TailsGo</title>
<title>Search with Ocásek</title>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
@ -11,7 +11,7 @@
<!-- Assuming you have specific styles for this in your CSS -->
</div>
<form action="/search" class="search-container" method="post" autocomplete="off">
<h1>TailsGo</h1>
<h1>Ocásek</h1>
<div class="wrapper">
<input type="text" name="q" autofocus id="search-input" placeholder="Type to search..." />
<button id="search-wrapper-ico" class="material-icons-round" name="t" value="text" type="submit">search</button>