Skip to content

Commit 1090cc4

Browse files
committed
feat: add redirect to invalid hits error
1 parent 72b78df commit 1090cc4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ERR_ERL_INVALID_HITS/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!doctype html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
http-equiv="refresh"
7+
content="0; url=https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_iinvalid_hits"
8+
/>
9+
<script type="text/javascript">
10+
window.location.href =
11+
"https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_invalid_hits";
12+
</script>
13+
<title>Page Redirection</title>
14+
</head>
15+
<body>
16+
If you are not redirected automatically, follow
17+
<a
18+
href="https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_invalid_hits"
19+
>
20+
this link
21+
</a>
22+
to the Express Rate Limit wiki page.
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)