feat: docs
This commit is contained in:
15
docs/_templates/main_index.html
vendored
Normal file
15
docs/_templates/main_index.html
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Redirecting to latest...</title>
|
||||
<script>
|
||||
window.location.href = "{{ latest_version }}/index.html";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a href="{{ latest_version }}/index.html">Click here if redirection is not working.</a>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user