mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 11:48:30 +00:00
Update docs/
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user