Skip to content

Commit 43f4777

Browse files
Changes just made have been reverted because they caused problems.
1 parent 7331de2 commit 43f4777

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

404.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>404 Redirect</title>
7+
<script>
8+
document.location.href = "/404NotFound/404";
9+
</script>
10+
</head>
11+
<body>
12+
13+
</body>
14+
</html>

404.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
permalink: /404NotFound/404.html
2+
permalink: /404.html
33
---

0 commit comments

Comments
 (0)