Implemented database summary on index page

Closes #41
This commit is contained in:
Simon Willison 2017-10-26 21:05:13 -07:00
commit 2a9799bae6
4 changed files with 24 additions and 5 deletions

View file

@ -5,6 +5,8 @@
{% block content %}
<h1>{{ database }}</h1>
<p><a href="/{{ database }}-{{ database_hash }}.db">download {{ database }}.db</a></p>
<style>
td {
vertical-align: top;