Update docs/

This commit is contained in:
yhirose
2026-02-28 20:58:42 -05:00
parent bda599bfb4
commit b6cd71d4ff
26 changed files with 377 additions and 374 deletions

View File

@@ -5,13 +5,13 @@
<script>
(function() {
var lang = localStorage.getItem('preferred-lang') || 'en';
window.location.replace('/' + lang + '/');
window.location.replace('/cpp-httplib/' + lang + '/');
})();
</script>
<meta http-equiv="refresh" content="0;url=/en/">
<meta http-equiv="refresh" content="0;url=/cpp-httplib/en/">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="/en/">/en/</a>...</p>
<p>Redirecting to <a href="/cpp-httplib/en/">/cpp-httplib/en/</a>...</p>
</body>
</html>