16 lines
371 B
HTML
Executable File
16 lines
371 B
HTML
Executable File
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<h1 class="header" id="title">XPPL</h1>
|
|
<p class="lead">This is the awesome library of Experimental Publishing. <br>
|
|
This might only be one interface to this library:
|
|
</p>
|
|
|
|
<a href="{{url_for('scape')}}">Scape</a>
|
|
<a href="{{url_for('show_books_grid')}}">Grid</a>
|
|
<a href="{{url_for('show_books')}}">List</a>
|
|
|
|
|
|
|
|
{% endblock %}
|