From 5cc4f7bdcf9ffcfbe0745cc66e432fbbf64b6d09 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 3 Jan 2026 09:50:17 -0500 Subject: License added for code and content --- templates/articletemplate.html | 47 ++++++++++++++++++++++-------------------- templates/error.html | 3 +++ templates/template.html | 3 +++ 3 files changed, 31 insertions(+), 22 deletions(-) (limited to 'templates') diff --git a/templates/articletemplate.html b/templates/articletemplate.html index 98922ba..0e7d22b 100755 --- a/templates/articletemplate.html +++ b/templates/articletemplate.html @@ -1,25 +1,28 @@ - - - - Raspberry Pi Rocky Linux Webserver - - - - - - - - - - -
- {{body|safe}} -
- + + + + Raspberry Pi Rocky Linux Webserver + + + + + + + + + + +
+ {{body|safe}} +
+ + diff --git a/templates/error.html b/templates/error.html index 723fa19..5726ce9 100755 --- a/templates/error.html +++ b/templates/error.html @@ -20,5 +20,8 @@

{{.Code}} {{.Message}}

+ diff --git a/templates/template.html b/templates/template.html index 003a169..17f5dba 100755 --- a/templates/template.html +++ b/templates/template.html @@ -24,5 +24,8 @@
{{.}}
+ -- cgit v1.2.3