Conversion of User Guide to the SHH stack (#2781)

This commit is contained in:
Adam Hopkins
2023-09-06 15:44:00 +03:00
committed by GitHub
parent 47215d4635
commit d255d1aae1
332 changed files with 51495 additions and 2013 deletions

12
guide/public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!-- 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>