Add top-level index.html file

This commit is contained in:
Kyle Lutz
2015-06-29 20:16:25 -07:00
parent 377e509acd
commit d11bdd55d7
+20
View File
@@ -0,0 +1,20 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="doc/html/index.html">doc/html/index.html</a>
<hr>
<tt>
Boost.Compute<br>
<br>
Copyright (C) 2013-2015 Kyle Lutz<br>
<br>
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at
<a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
<br>
</tt>
</body>
</html>