diff options
| author | grothedev <grothedev@gmail.com> | 2025-12-28 16:13:33 -0500 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-12-28 16:13:33 -0500 |
| commit | f978ad7db04ced4cbcf04a82bf6f0cc3f4ce66a3 (patch) | |
| tree | ce97a8ffe34bd5907a0efdd4c453b64f10e6f568 /templates/error.html | |
| parent | 119dd4129b91d8a3437a4f4e099b74991ee0044d (diff) | |
use template files
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> |
