Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hyaline-wang authored Nov 12, 2024
0 parents commit f8a5c3a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html><br>
<html><br>
<head><br>
<meta charset="utf-8"><br>
<title>正在重定向……</title><br>
</head><br>
<script
language="javascript">
var domain = "emnavi.tech";
var current = window.location.href;
var target = current.substring(current.indexOf('/', current.indexOf(':') + 3));
window.location.href = "//" + domain + target;
location.href = "//" + domain + target;
</script>

<body>正在重定向…… </body>

</html>

0 comments on commit f8a5c3a

Please sign in to comment.