From 6dbee61742b22119e82978606a332b461bf81d0c Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 3 Nov 2024 23:45:23 +0800 Subject: [PATCH] fixed wrong closing tag in example error page --- examples/error_pages/404.html | 85 +++++++++++++++++++---------------- 1 file changed, 47 insertions(+), 38 deletions(-) diff --git a/examples/error_pages/404.html b/examples/error_pages/404.html index b7640e1..4523a09 100644 --- a/examples/error_pages/404.html +++ b/examples/error_pages/404.html @@ -1,42 +1,51 @@ {{/* Credit: https://codepen.io/code2rithik/pen/XWpVvYL */}} - - - - Page Not Found - - {{/* -
- - - - - - - - - - - - - - + - - - - - - - - - - - + + + Page Not Found + + + -

Page Not Found

- - + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

Page Not Found

+ + + \ No newline at end of file