diff options
Diffstat (limited to '')
-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> |