diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 10:42:14 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 12:54:12 +0100 |
commit | d2eeb1d48dbeced8b3d1d1796dbc908511bc2a2f (patch) | |
tree | fdaa6087ccf0ae09371b13947f1442288a79a24c | |
parent | 6f215381f791ebf6c05c4232d6703a4ddc553650 (diff) |
html: fix tabindex
-rw-r--r-- | head.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |