mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
17 lines
404 B
HTML
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> |