diff options
Diffstat (limited to 'templates/error.html')
| -rw-r--r-- | templates/error.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..a5d8cd0 --- /dev/null +++ b/templates/error.html @@ -0,0 +1,14 @@ +<section> + <div class="widget" style="text-align: center;"> + <div style="font-size: 64px; margin-bottom: 20px;">⚠️</div> + <h3>Error {{status}}</h3> + <p>{{error-message}}</p> + <p style="margin-top: 30px;"> + <a href="/">← Back to Home</a> + </p> + </div> +</section> + +<footer> + <p>Last updated December 28th, 2025</p> +</footer> |
