search by default instead of open. add title.

master
quenousimporte 2 months ago
parent 5633b9271e
commit f9a4005d11

@ -1,10 +1,10 @@
<form action="index.php" method="GET">
<div>
<input type="submit" name="open" value="open" accesskey="o">
<input type="submit" name="search" value="search" accesskey="s">
<input type="submit" name="open" value="open" accesskey="o">
<input type="submit" name="tags" value="tags" accesskey="t">
<input type="submit" name="clip" value="clip" accesskey="c">
<br>
<input autocomplete="off" class="title" name="param" value="<?php if (!isset($_GET['home']) && !isset($_POST['home'])) echo $param; ?>">
<input autofocus autocomplete="off" class="title" name="param" value="<?php if (!isset($_GET['home']) && !isset($_POST['home'])) echo $param; ?>">
</div>
</form>

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>bbn</title>
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="white" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

Loading…
Cancel
Save