Browse Source

404 삭제

remotes/origin/main
김지은 3 months ago
parent
commit
d24d98703a
  1. 15
      public/404.html

15
public/404.html

@ -1,15 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<script>
var path = window.location.pathname.replace('/PALNetworks', '')
var search = window.location.search || ''
var hash = window.location.hash || ''
window.location.replace(
'/PALNetworks/' + '?redirect=' + encodeURIComponent(path + search + hash)
)
</script>
</head>
<body></body>
</html>
Loading…
Cancel
Save