13 lines
327 B
HTML
13 lines
327 B
HTML
|
<!-- Main HTML Index to redirect to /en/ -->
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>Sanic Framework</title>
|
||
|
<!-- <meta http-equiv="refresh" content="0; url=/en/" /> -->
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>Redirecting to <a href="/en/">/en/</a></p>
|
||
|
</body>
|
||
|
</html>
|