Skip to content

Commit

Permalink
Added doc redirection in root.
Browse files Browse the repository at this point in the history
Close #122
  • Loading branch information
anarthal committed Feb 23, 2023
1 parent b63eaf7 commit 7794ee3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 7794ee3

Please sign in to comment.