12 lines
291 B
HTML
12 lines
291 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Documentation</title>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
<script type="text/javascript">
|
|
window.location = window.location.pathname.replace('index.html', '').replace(/\/?$/, '/') + 'en/index.html';
|
|
</script>
|
|
</html> |