diff options
Diffstat (limited to 'head.html')
-rw-r--r-- | head.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -9,7 +9,13 @@ <div class=header> <div class=left><h1>Rust features</h1></div> -<input id=search autofocus autocomplete=off tabindex=4> +<input id=search autocomplete=off tabindex=4> +<noscript> +With JavaScript you get a search box here. +<style> +#search { display: none; } +</style> +</noscript> <script src=script.js></script> <div class=right></div> </div> |