diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 09:38:35 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 12:53:39 +0100 |
commit | 49a32ffc906ac66b30bab56c450e8f9cb4f85866 (patch) | |
tree | 1999cd8a892468ac73a07b8a4c31c7406666693f /head.html | |
parent | b60d58b4875aea58106c65faa2753dede70152f1 (diff) |
search: start implementing search
Diffstat (limited to 'head.html')
-rw-r--r-- | head.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,7 +7,13 @@ </head> <body> -<h1>Rust features</h1> +<div class=header> +<div class=left><h1>Rust features</h1></div> +<input id=search autofocus autocomplete=off> +<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> |