Initial commit

This commit is contained in:
2026-01-15 12:23:11 +01:00
commit 92fc092460
52 changed files with 2283 additions and 0 deletions

20
searchform.php Normal file
View 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>