system-prompts-and-models-o.../docs/index.md

29 lines
637 B
Markdown

---
head:
- - 'title'
- 'Redirecting...'
---
<script>
const lang = navigator.language || navigator.userLanguage;
const normalizedLang = lang.toLowerCase();
if (normalizedLang.startsWith('zh')) {
window.location.replace('/zh/');
} else {
window.location.replace('/en/');
}
</script>
<noscript>
<meta http-equiv="refresh" content="0;url=/en/" />
</noscript>
<div style="text-align: center; padding-top: 50px; font-family: sans-serif;">
<h1>Redirecting...</h1>
<p>
<a href="/en/">Click here to go to the English site</a>
</p>
<p>
<a href="/zh/">点击这里前往中文站点</a>
</p>
</div>