diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2017-04-12 11:44:39 +0200 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2017-04-12 11:44:39 +0200 |
commit | c2b8235b0e3506d0d36ac626c5df84edd7c58740 (patch) | |
tree | e251e4f1ec50494c41c8cbd7c922a18b33528719 /templates/stats/index.html | |
parent | 46494949fbd551e40a082421dc9e86be084a00d8 (diff) | |
download | dmarcpipe-c2b8235b0e3506d0d36ac626c5df84edd7c58740.tar.gz dmarcpipe-c2b8235b0e3506d0d36ac626c5df84edd7c58740.tar.xz dmarcpipe-c2b8235b0e3506d0d36ac626c5df84edd7c58740.zip |
dmarcstats
Diffstat (limited to 'templates/stats/index.html')
-rw-r--r-- | templates/stats/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/stats/index.html b/templates/stats/index.html new file mode 100644 index 0000000..aab0f4e --- /dev/null +++ b/templates/stats/index.html @@ -0,0 +1,10 @@ +{% extends "layout.html" %} +{% block title %}Statistics{% endblock %} +{% block content %} +<ol class="breadcrumb"> + <li><a href="{{ url_for('index') }}">Index</a></li> + <li class="active">Statistics</li> +</ol> +<h1>Statistics</h1> +<p>Nothing here yet</p> +{% endblock %} |