mintbooru/app/views/layouts/_navbar.html.erb

8 lines
192 B
Plaintext

<header id="overhead">
<div>
<a class="overhead-logo" href="<%= root_url %>">
<%= image_tag 'logo.svg', alt: 'mintbooru', height: '42', width: '125' %>
</a>
</div>
</header>