summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 10:42:14 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 12:54:12 +0100
commitd2eeb1d48dbeced8b3d1d1796dbc908511bc2a2f (patch)
treefdaa6087ccf0ae09371b13947f1442288a79a24c
parent6f215381f791ebf6c05c4232d6703a4ddc553650 (diff)
html: fix tabindex
-rw-r--r--head.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/head.html b/head.html
index 565f66f..605fc72 100644
--- a/head.html
+++ b/head.html
@@ -9,12 +9,12 @@
<div class=header>
<div class=left><h1>Rust features</h1></div>
-<input id=search autofocus autocomplete=off>
+<input id=search autofocus autocomplete=off tabindex=4>
<script src=script.js></script>
<div class=right></div>
</div>
<div style="clear: both"></div>
-page generated by <a href="https://push-f.com/">push-f</a>
-from the <a href="https://github.com/jplatte/caniuse.rs">TOML files</a>
-maintained by <a href="https://blog.turbo.fish/">jplatte</a>
+page generated by <a tabindex=1 href="https://push-f.com/">push-f</a>
+ from the <a tabindex=2 href="https://github.com/jplatte/caniuse.rs">TOML files</a>
+ maintained by <a tabindex=3 href="https://blog.turbo.fish/">jplatte</a>