From 031473807e1f1d811d1e294e09cbca6c6ba839f9 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 25 Oct 2021 23:33:28 +0200 Subject: Added about page and a nav menu that links to it --- src/templates/about.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/templates/about.html (limited to 'src/templates/about.html') diff --git a/src/templates/about.html b/src/templates/about.html new file mode 100644 index 0000000..772ee35 --- /dev/null +++ b/src/templates/about.html @@ -0,0 +1,10 @@ +{% extends "templates/partials/master.html" %} +{% block content %} +

URL shortener

+

+The simple, self-hosted, open source and privacy friendly URL shortener : anonymous usage, no tracking.
+This is a personal sharing service: Data may be deleted anytime. Don't share illegal, unethical or morally reprehensible content. +

+

+This service is written in nim, its source code can be found here and is mirrored to github here. +{% endblock %} -- cgit v1.2.3