diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-11 14:33:36 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-11 14:33:36 +0200 |
commit | 5f713ab0d738d370247de9ceb48f3dc4c53e92e3 (patch) | |
tree | 9952a1f70cccda8f9744bae7d31bc8b41d58ab05 /templates/about.html | |
parent | d5bdcf0daaf1fe371f3fb7b7407d8846567e266b (diff) |
Diffstat (limited to 'templates/about.html')
-rw-r--r-- | templates/about.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..7194f66 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +<h3> Coming soon(er or later)!</h3> +{% endblock content %} |