Varia library working group XPPL.
https://gitea.xpub.nl/XPUB/XPPL
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
372 B
9 lines
372 B
<nav class="navigation">
|
|
<ul>
|
|
<li><a href="{{ url_for('home') }}">Home</a></li>
|
|
<li><a href="{{ url_for('show_books') }}">Show Books</a></li>
|
|
<li><a href="{{ url_for('add_book') }}">Add Book</a></li>
|
|
<li><a href="{{ url_for('about') }}">About</a></li>
|
|
</ul>
|
|
<div class="clearfix"></div>
|
|
</nav>
|
|
|