Create index.html (#1644)
This commit is contained in:
parent
cda9b7a037
commit
bc9faf24c4
|
@ -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>
|
Loading…
Reference in New Issue