summaryrefslogtreecommitdiffstats
path: root/adenosine-pds/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/templates/home.html')
-rw-r--r--adenosine-pds/templates/home.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/adenosine-pds/templates/home.html b/adenosine-pds/templates/home.html
new file mode 100644
index 0000000..3854d4a
--- /dev/null
+++ b/adenosine-pds/templates/home.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block content %}
+This is the homepage, which maybe would describe what adenosine is, and what
+this instance is specifically.
+
+{% endblock %}