From 3c4aa25af0cd6f56db85d503ab552d39b81b5c17 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 31 Oct 2022 12:24:35 +0100 Subject: renamed to things --- views/things.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 views/things.html (limited to 'views/things.html') diff --git a/views/things.html b/views/things.html new file mode 100644 index 0000000..1c34d40 --- /dev/null +++ b/views/things.html @@ -0,0 +1,55 @@ +{% extends "snippets/layout.html" %} + +{% block title "things | Maximilian Möhring" %} + +{% block css %} +.feed-flavor { + margin-top: 4rem; +} +{% endblock %} +{% block main %} + +
+ +
+

Some funny, simple tools

+ Stupi.. serious things I needed to exist +
+ + + +
+

iCal- / RSS-Feeds

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