Add error.html if url can be reach and filter for all url
This commit is contained in:
+15
@@ -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>
|
||||
Reference in New Issue
Block a user