aboutsummaryrefslogtreecommitdiff
path: root/src/templates/about.html
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-25 23:33:28 +0200
committerJulien Dessaux2021-10-25 23:33:28 +0200
commit031473807e1f1d811d1e294e09cbca6c6ba839f9 (patch)
treea78260577d4ce3ebf2e7b79c8b144eb8d7553335 /src/templates/about.html
parentHardcode HEAD for jester and tiny_sqlite while waiting for releases in both p... (diff)
downloadshort-031473807e1f1d811d1e294e09cbca6c6ba839f9.tar.gz
short-031473807e1f1d811d1e294e09cbca6c6ba839f9.tar.bz2
short-031473807e1f1d811d1e294e09cbca6c6ba839f9.zip
Added about page and a nav menu that links to it
Diffstat (limited to '')
-rw-r--r--src/templates/about.html10
1 files changed, 10 insertions, 0 deletions
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 %}
+<h1>URL shortener</h1>
+<p>
+The simple, self-hosted, open source and privacy friendly URL shortener : anonymous usage, no tracking.<br>
+This is a personal sharing service: Data may be deleted anytime. Don't share illegal, unethical or morally reprehensible content.
+</p>
+<p>
+This service is written in <a href="https://nim-lang.org/">nim</a>, its source code can be found <a href="https://git.adyxax.org/adyxax/short">here</a> and is mirrored to github <a href="https://github.com/adyxax/short">here</a>.
+{% endblock %}