Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 32bbcbb

Browse files
authored
Create 404.html
1 parent 0e47125 commit 32bbcbb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
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+
<title>Redirecting to CTF Maps Guide</title>
6+
<link rel="canonical" href="https://a-blob.github.io/CTF-Maps-Guide/map-creation-guide.html">
7+
<script>
8+
window.location.replace("https://a-blob.github.io/CTF-Maps-Guide/map-creation-guide.html");
9+
</script>
10+
</head>
11+
<body>
12+
<p>Redirecting to <a href="https://a-blob.github.io/CTF-Maps-Guide/map-creation-guide.html">CTF Maps Guide</a>...</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)