Added a convenience HTML file for redirecting to the main docs.

This commit is contained in:
Clinton Alexander 2016-11-21 16:38:28 +00:00 committed by Clinton Alexander
parent 9b69c08003
commit 5476e48b56

9
docs/index.html Normal file
View File

@ -0,0 +1,9 @@
<!-- HTML file for redirecting to the more nested docs file solely for convenience. -->
<html>
<head>
<meta http-equiv="refresh" content="0; url=./build/html/index.html" />
</head>
<body>
</body>
</html>