diff options
author | dweller <dweller@cabin.digital> | 2024-02-20 21:01:37 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-20 21:01:37 +0200 |
commit | f28f467032e4f77a1ce8efe8103191c9ad2de02b (patch) | |
tree | 0527178b43ba7b9b5d32398a4ce213edb627b6c7 /index.html | |
parent | 4e1b48364a9ae304500dbcb910b0d9f108f9202e (diff) |
add search and page layouts
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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> |