Npcap_Guide.html 554 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta http-equiv="refresh" content="0; url=./docs/index.html">
  6. <title>Npcap Guide</title>
  7. <script type="text/javascript">
  8. window.location.href='./docs/index.html';
  9. </script>
  10. </head>
  11. <body>
  12. <p>The Npcap Guide is located <a href="./docs/index.html">in the "docs" directory</a>.
  13. You can also find the latest version of the Guide <a href="https://npcap.com/guide/">on Npcap.com</a>.
  14. </p>
  15. </body>
  16. </html>