First test

This commit is contained in:
2024-08-30 16:22:44 +02:00
commit 4e5ca7f605
41 changed files with 25541 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<form method="get" id="searchform" action="<?php echo home_url(); ?>/">
<fieldset>
<input type="text" name="s" id="s" placeholder="<?php _e('Search...', 'theme') ?>" />
<input type="submit" name="submit" value="Search" id="s-submit">
</fieldset>
</form>