index.html 371 B

1234567891011121314
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="refresh" content="0; url=docs/">
  6. <script type="text/javascript">
  7. window.location.href = 'docs/';
  8. </script>
  9. <title>express-validator</title>
  10. </head>
  11. <body>
  12. If you are not redirected automatically, follow this <a href="docs/">link</a>.
  13. </body>
  14. </html>