clap/site/templates/shared/header.html

12 lines
289 B
HTML
Raw Normal View History

2020-11-13 23:39:23 +00:00
<header class="maxview">
2021-04-03 23:40:28 +00:00
<input type="checkbox" id="nav-check" />
2020-11-13 23:39:23 +00:00
{% include "shared/logo.html" %}
<nav class="nav">
2021-04-03 23:40:28 +00:00
<a href="/cheatsheet">Cheatsheet</a>
2020-11-13 23:39:23 +00:00
<a href="https://docs.rs/clap">Reference</a>
<a href="https://github.com/clap-rs/clap">Code</a>
</nav>
</header>