Added doc redirection in root.

Close #122
This commit is contained in:
Ruben Perez 2023-02-23 19:35:58 +01:00
parent b63eaf761e
commit 7794ee3385

24
index.html Normal file
View File

@ -0,0 +1,24 @@
<html>
<head>
<title>Boost.MySQL</title>
<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.MySQL<br>
<br>
Copyright&nbsp;(C)&nbsp;2023&nbsp;Ruben&nbsp;Perez<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>