From 97a8370caea2fae4a0a67165036aae2dc2d05900 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 3 May 2023 13:13:47 -0400 Subject: Rewrite of the website in Flask --- templates/404.html | 23 +++++++++++++++++++++++ templates/articletemplate.html | 23 +++++++++++++++++++++++ templates/template.html | 25 +++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100755 templates/404.html create mode 100755 templates/articletemplate.html create mode 100755 templates/template.html (limited to 'templates') diff --git a/templates/404.html b/templates/404.html new file mode 100755 index 0000000..66918f5 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,23 @@ + + + + + + 404 Page Not Found + + + + + +
+
+

404 Page Not Found

+

Maybe you want to go to one of the pages in nav bar instead.

+
+
+ + diff --git a/templates/articletemplate.html b/templates/articletemplate.html new file mode 100755 index 0000000..4ba1204 --- /dev/null +++ b/templates/articletemplate.html @@ -0,0 +1,23 @@ + + + + + + Raspberry Pi Rocky Linux Webserver + + + + + + + + +
+ {{body|safe}} +
+ + diff --git a/templates/template.html b/templates/template.html new file mode 100755 index 0000000..a4e8c28 --- /dev/null +++ b/templates/template.html @@ -0,0 +1,25 @@ + + + + + + + + + + Jacob McDonnell + + + + + +
+ {{body|safe}} +
+ + -- cgit v1.2.3