You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XPPL/app/templates/home.html

16 lines
376 B
HTML

6 years ago
{% extends "base.html" %}
{% block main %}
6 years ago
<h1 class="header" id="title_xppl">XPPL</h1>
6 years ago
<p class="lead">This is the awesome library of Experimental Publishing. <br>
This might only be one interface to this library:
</p>
6 years ago
<a href="{{url_for('scape')}}">Scape</a>
<a href="{{url_for('show_books_grid')}}">Grid</a>
<a href="{{url_for('show_books')}}">List</a>
6 years ago
6 years ago
{% endblock %}