Merge pull request #65 from amogusussy/autofocus

Make index.php autofocus on load
This commit is contained in:
hnhx 2022-09-09 08:53:22 +02:00 committed by GitHub
commit dec8c3ed8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<body>
<form class="search-container" action="search.php" method="get" autocomplete="off">
<h1>Libre<span class="X">X</span></h1>
<input type="text" name="q"/>
<input type="text" name="q" autofocus/>
<input type="hidden" name="p" value="0"/>
<input type="hidden" name="type" value="0"/>
<input type="submit" class="hide"/>