From e4149f7c536199575a1e6b2b8b54eec1c3c1160c Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 24 Feb 2021 15:09:40 +0100 Subject: initial commit --- views/tools.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 views/tools.html (limited to 'views/tools.html') diff --git a/views/tools.html b/views/tools.html new file mode 100644 index 0000000..887d683 --- /dev/null +++ b/views/tools.html @@ -0,0 +1,35 @@ +{% extends "snippets/layout.html" %} + +{% block title "tools | iamfabulous.de" %} +{% block main %} + +
+ +

Some funny, simple tools

+ + +
+ +{% endblock %} -- cgit v1.2.3