We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
index.html
1 parent 9930e13 commit cf1aa8cCopy full SHA for cf1aa8c
index.html
@@ -0,0 +1,22 @@
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#readme"
8
+ />
9
+ <script type="text/javascript">
10
+ window.location.href =
11
+ "https://github.com/express-rate-limit/express-rate-limit#readme";
12
+ </script>
13
+ <title>Page Redirection</title>
14
+ </head>
15
+ <body>
16
+ If you are not redirected automatically, follow
17
+ <a href="https://github.com/express-rate-limit/express-rate-limit#readme">
18
+ this link
19
+ </a>
20
+ to the Express Rate Limit readme.
21
+ </body>
22
+</html>
0 commit comments