Saddle/templates/header.html

9 lines
242 B
HTML
Raw Normal View History

2019-10-08 16:25:02 -04:00
<div id="logo_line">
<object id="logo" title="Saddle Logo" data="/static/saddle.svg"></object>
<h1>Saddle</h1>
</div>
2020-01-02 07:56:04 -05:00
<nav>
<span><a href="{{ url('index') }}">Home</a></span>
2020-02-26 07:15:09 -05:00
<span><a href="{{ url('gallery') }}">Gallery</a></span>
2020-01-02 07:56:04 -05:00
</nav>