You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
838 B
PHP

<div class="scrolltainer">
<form id="searchBar" method="get" class="searchBar" action="search.php">
<select name="type" id="topSearchValue" class="inputtext">
<option value="all">All</option>
<option value="beer">Beers</option>
<option value="brewery">Breweries</option>
<option value="tag">Tags</option>
<option value="article">Articles</option>
</select>
<input id="SearchText" type="text" name="keyword" placeholder="Beers, Breweries and more..." size="22" autocomplete="off">
<input id="SearchButton" type="image" alt="Search !" src="src/search-ico.png">
</form>
</div>
<footer>
<p>&copy; 2022 - <?php echo date('Y');?> Beer List of Mine</p>
<p>Developed by: <a href="mailto:snowflake@cocaine.ninja">Snowflake</a></p>
</footer>
</body>
</html>