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

8 lines
192 B
Plaintext
Raw Normal View History

2021-09-13 21:56:55 +00:00
<header id="overhead">
<div>
<a class="overhead-logo" href="<%= root_url %>">
<%= image_tag 'logo.svg', alt: 'mintbooru', height: '42', width: '125' %>
</a>
</div>
</header>