mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-09 05:15:44 +09:00
[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:
@@ -1,4 +1,4 @@
|
||||
ㄱ<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
Reference in New Issue
Block a user