summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-02-20 21:01:37 +0200
committerdweller <dweller@cabin.digital>2024-02-20 21:01:37 +0200
commitf28f467032e4f77a1ce8efe8103191c9ad2de02b (patch)
tree0527178b43ba7b9b5d32398a4ce213edb627b6c7 /index.html
parent4e1b48364a9ae304500dbcb910b0d9f108f9202e (diff)
add search and page layouts
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index be14870..6f78aae 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,6 @@
<link rel="stylesheet" href="style/normalize.css"/>
<link rel="stylesheet" href="style/main.css"/>
- <link rel="stylesheet" href="style/man.css"/>
</head>
<body>
<div id="main">
@@ -45,8 +44,8 @@
<input id="query" type='text' value='' name='query' required autofocus/>
</div>
<div>
- <input id="mank" type='submit' value='man -k' name='action' title="apropos(1)"/>
- <input id="man" type='submit' value='man' name='action' title="Feeling lucky, punk?"/>
+ <button id="mank" type='submit' value='apropos' name='action' title="apropos(1)">man -k</button>
+ <button id="man" type='submit' value='man' name='action' title="Feeling lucky, punk?">man</button>
</div>
</form>
<p class="hint center">Write "man" if you have no idea what to do...</p>