Skip to content

Commit

Permalink
path-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinVn committed Jul 12, 2024
1 parent 50f618f commit b235f7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/" />
<script>
var pathname = window.location.pathname;
window.location.replace('/Open-Library-Search-API/' + pathname);
</script>
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="/Open-Library-Search-API/">link to the home page</a>.</p>
</body>
</html>

0 comments on commit b235f7e

Please sign in to comment.