[+] Create 404 redirection
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>404: Redirecting...</title>
|
||||||
|
<meta http-equiv = "refresh" content = "0; url = https://vera.hydev.org/" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
404 Not Found! Redirecting to (<a href="https://vera.hydev.org">https://vera.hydev.org</a>)...
|
||||||
|
<script>
|
||||||
|
window.location.href = 'https://vera.hydev.org';
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user