From 2f414df00e378728701e4061cdb3bebad5df798a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 7 Nov 2022 02:56:46 -0800 Subject: pds: initial pass at crude web interface --- adenosine-pds/templates/about.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 adenosine-pds/templates/about.html (limited to 'adenosine-pds/templates/about.html') diff --git a/adenosine-pds/templates/about.html b/adenosine-pds/templates/about.html new file mode 100644 index 0000000..6c30c6b --- /dev/null +++ b/adenosine-pds/templates/about.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} +This about page is the kind of place one would put policies, license details, etc. + +{% endblock %} -- cgit v1.2.3