From 66fb2f5f08a2dab465784c55ff694c08736b7d3e Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 24 May 2023 23:43:33 +0200 Subject: render, install files --- templates/default.html | 2 +- templates/redirect.html | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 templates/redirect.html (limited to 'templates') diff --git a/templates/default.html b/templates/default.html index ca9aee0..214229e 100644 --- a/templates/default.html +++ b/templates/default.html @@ -1,6 +1,6 @@ {{> head.html}} -aaaaaa +{{{body}}} diff --git a/templates/redirect.html b/templates/redirect.html new file mode 100644 index 0000000..33ee528 --- /dev/null +++ b/templates/redirect.html @@ -0,0 +1,13 @@ + + + + + + + + Permanent Redirect + + +

The page has moved to here.

+ + -- cgit v1.2.3