index.html 404 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <script>
  6. (function() {
  7. var lang = localStorage.getItem('preferred-lang') || 'en';
  8. window.location.replace('/cpp-httplib/' + lang + '/');
  9. })();
  10. </script>
  11. <meta http-equiv="refresh" content="0;url=/cpp-httplib/en/">
  12. <title>Redirecting...</title>
  13. </head>
  14. <body>
  15. <p>Redirecting to <a href="/cpp-httplib/en/">/cpp-httplib/en/</a>...</p>
  16. </body>
  17. </html>