diff options
| author | s1n <[email protected]> | 2019-09-18 12:51:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 12:51:11 -0700 |
| commit | 46438092698ea6a7fe09141e3f55c3d4590f85c1 (patch) | |
| tree | 9d9b5c3cd987c953fcb8662eebb5d76a87228f0c | |
| parent | redirect fix (diff) | |
| download | cs2-simple-website-46438092698ea6a7fe09141e3f55c3d4590f85c1.tar.xz cs2-simple-website-46438092698ea6a7fe09141e3f55c3d4590f85c1.zip | |
redirect fix
| -rw-r--r-- | 404.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
|