Skip to content

Commit 0e26350

Browse files
The "404redirect.js" file used for the 404 error screen has been moved to the /assets/WS_Service/404redirect/ directory.
1 parent fb31452 commit 0e26350

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>404 Redirect</title>
7-
<script src="/404redirect.js"></script>
7+
<script src="/assets/WS_Service/404redirect/404redirect.js"></script>
88
</head>
99
<body>
1010

File renamed without changes.

0 commit comments

Comments
 (0)