Create index.html (#1644)

This commit is contained in:
Dakurei 2024-05-31 14:32:32 +02:00 committed by GitHub
parent cda9b7a037
commit bc9faf24c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<script type="text/javascript">
window.location = "main/";
</script>
<body>
<noscript>
Please navigate to <a href="main/">here</a> for the documentation.
</noscript>
</body>
</html>