river-of-ebooks/views/shared/header.html

11 lines
297 B
HTML
Raw Normal View History

2019-03-13 16:55:35 +00:00
<header class="flex-container header">
<a href="/" class="logo">River of Ebooks</a>
<div class="flex"></div>
<nav>
<a href="/docs/integrations">Integrations</a>
<a href="/docs/webhooks">Webhooks</a>
<a href="/docs/api">API</a>
<a href="/login">Sign in</a>
</nav>
</header>