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 ++++++++++ src/templates/index.html | 10 +++------- src/templates/partials/master.html | 1 + src/templates/partials/nav.html | 10 ++++++++++ 4 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 src/templates/about.html create mode 100644 src/templates/partials/nav.html (limited to 'src/templates') 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 %} diff --git a/src/templates/index.html b/src/templates/index.html index b89e381..acce5c4 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,13 +1,9 @@ {% extends "templates/partials/master.html" %} {% block content %} -

URL shortener

-

-The simple, 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. -

+

Shorten a URL

-
-
+
+