aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-09-18 12:51:11 -0700
committerGitHub <[email protected]>2019-09-18 12:51:11 -0700
commit46438092698ea6a7fe09141e3f55c3d4590f85c1 (patch)
tree9d9b5c3cd987c953fcb8662eebb5d76a87228f0c
parentredirect fix (diff)
downloadcs2-simple-website-46438092698ea6a7fe09141e3f55c3d4590f85c1.tar.xz
cs2-simple-website-46438092698ea6a7fe09141e3f55c3d4590f85c1.zip
redirect fix
-rw-r--r--404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/404.html b/404.html
index 2e3eb65..c26dc6f 100644
--- a/404.html
+++ b/404.html
@@ -7,6 +7,6 @@
<title>404</title>
</head>
<body>
- <a href="/index.html">woops</a>
+ <a href="/cs2-simple-website/index.html">woops</a>
</body>
-</html> \ No newline at end of file
+</html>