Initial commit
This commit is contained in:
20
searchform.php
Normal file
20
searchform.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Wyszukiwarka
|
||||
*
|
||||
* @link https://krzysztof-turek.com
|
||||
*
|
||||
* @package tylkofotografia.pl
|
||||
* @version 0.2
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<section class="searchform">
|
||||
<form class="d-flex" method="get" action="/index.php">
|
||||
<input class="form-control me-2" type="search" name="s" placeholder="Szukaj na stronie..." aria-label="Search">
|
||||
<button class="btn btn-outline-dark" type="submit">
|
||||
<i class="fas fa-search"></i>
|
||||
</button>
|
||||
</form>
|
||||
</section>
|
||||
Reference in New Issue
Block a user