Files
cpp-httplib/docs/index.html
2026-02-28 20:58:42 -05:00

17 lines
404 B
HTML

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