summaryrefslogtreecommitdiff
path: root/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'head.html')
-rw-r--r--head.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/head.html b/head.html
index 77279c3..4af8e9c 100644
--- a/head.html
+++ b/head.html
@@ -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>