Add error.html if url can be reach and filter for all url

This commit is contained in:
2025-12-23 21:30:29 +07:00
parent 376c3ddcde
commit 4b8122d7d9
3 changed files with 23 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
</head>
<body bgcolor="black">
<br />
<h1 style="text-align: center; color: white">
Network or Configuration error.<br />Check your network connection or
configuration.
</h1>
</body>
</html>