refactor: remove 404.html
This commit is contained in:
parent
643e607eb4
commit
8eb378b1cc
@ -1,18 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script type="text/javascript">
|
||||
const l = window.location;
|
||||
l.replace(
|
||||
l.origin +
|
||||
l.pathname.split('/').slice(0, 1).join('/') + '/?/' +
|
||||
l.pathname.slice(1).split('/').join('/').replace(/&/g, '~and~') +
|
||||
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
|
||||
l.hash
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user