From bbfd94885c6aa8a68790884b57d0f4aef883a672 Mon Sep 17 00:00:00 2001 From: Lucilio Correia Date: Fri, 8 Nov 2024 16:37:59 -0300 Subject: [PATCH] add: template for 404 --- parts/content-not-found.html | 1 + patterns/content-not-found.php | 60 ++++++++++++++++++++++++++++++++++ templates/404.html | 5 +++ 3 files changed, 66 insertions(+) create mode 100644 parts/content-not-found.html create mode 100644 patterns/content-not-found.php create mode 100644 templates/404.html diff --git a/parts/content-not-found.html b/parts/content-not-found.html new file mode 100644 index 0000000..ae1dd02 --- /dev/null +++ b/parts/content-not-found.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/patterns/content-not-found.php b/patterns/content-not-found.php new file mode 100644 index 0000000..26f50dd --- /dev/null +++ b/patterns/content-not-found.php @@ -0,0 +1,60 @@ + + +
+
+ + + +
+
+

+
+ + + +
+ + + +

+ + +
+ + + +
+
+ + + +
+

+ + + +
+ +
+ + + +
+ + + + + +

+ +
+
+ \ No newline at end of file diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..95cee0b --- /dev/null +++ b/templates/404.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file