From 150608e016fe9c8c2e8a5af645db50acc1d85fe1 Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:06:57 +0200 Subject: Use simple templating for static processing --- templates/header.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/header.html (limited to 'templates/header.html') diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 00000000..0ab95a71 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,18 @@ +
+ +
-- cgit v1.3.1