aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/about_de.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-04-01 21:29:56 -0700
committerBryan Newbold <bnewbold@archive.org>2020-04-01 21:29:59 -0700
commit986ce7a38029f7fb20a51271f67d943678e17386 (patch)
tree35d0533b5cba7134dce1f626df5f9caeb741f33d /fatcat_covid19/templates/about_de.html
parentbacbad25b60bf585abb03d6d897061a3d872f2db (diff)
downloadfatcat-covid19-986ce7a38029f7fb20a51271f67d943678e17386.tar.gz
fatcat-covid19-986ce7a38029f7fb20a51271f67d943678e17386.zip
first iteration of web interface
Copied and tweaked from fatcat:python/fatcat_web LICENSE file for this repo is a TODO and will need to match that of fatcat.
Diffstat (limited to 'fatcat_covid19/templates/about_de.html')
-rw-r--r--fatcat_covid19/templates/about_de.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/fatcat_covid19/templates/about_de.html b/fatcat_covid19/templates/about_de.html
new file mode 100644
index 0000000..2dd2b5e
--- /dev/null
+++ b/fatcat_covid19/templates/about_de.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block title %}About{% endblock %}
+
+{% block body %}
+
+{# <img class="ui fluid bordered image" src="/static/fatcat.jpg" title="CC0 photo of an oversized feline" alt=""> #}
+
+<h1></h1>
+
+TODO
+
+{% endblock %}