From 0eb2ede2855287eb77a5f2108afb14be5e413b53 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 15 Mar 2021 20:15:28 +0100 Subject: Inline page in website --- index.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..ae60c67 --- /dev/null +++ b/index.html @@ -0,0 +1,52 @@ +{% extends "snippets/layout.html" %} + +{% block description %} + Wann ist Zeitumstellung zur {{ tc.season }}? | Maximilian Möhring +{% endblock %} + +{% block title "Zeitumstellung | Maximilian Möhring" %} + +{% block css %} + .main { + font-size: 1.25rem; + } + a.btn { + margin-top: 0.75rem; + color: inherit !important; + text-decoration: none; + font-size: 1.25rem; + } +{% endblock %} + +{% block main %} +
+
+

Wann ist Zeitumstellung zur {{ tc.season }}?

+
+

+ Nächste Zeitumstellung ist am {{ tc.day }}. {{ tc.monthText }} {{ tc.year }}, also in {{ tc.daysuntil }} Tagen. +
+ {{ tc.descriptionHTML|raw }} +

+ +

+ Sie können folgenden Kalender in Ihre Software einbinden:
+ Link in der Kalender-App öffnen + Kalender-Datei downloaden +

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