Skip to content

Commit f0ad49c

Browse files
committed
Add automatic redirect to generated docs
[SVN r77563]
1 parent bca416c commit f0ad49c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
4+
</head>
5+
<body>
6+
Automatic redirection failed, please go to
7+
<a href="doc/html/index.html">doc/html/index.html</a> &nbsp;<hr>
8+
<p>© Copyright Marshall Clow, 2012</p>
9+
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
10+
file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
11+
at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)