[fix](errorpages): refine error page handling and resolve template issues

- Replaced unused `logo.svg` reference with `hop-gate.png` in embedded assets.
- Fixed redundant code for reading files from the error page directory.
- Updated 400 error template to properly reference external Tailwind CSS.
- Corrected invalid DOCTYPE declaration in 525 error template.
This commit is contained in:
dalbodeule
2025-12-02 22:07:22 +09:00
parent 0c4e02f832
commit 9bb0d0d009
3 changed files with 8 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">