Skip to content

Commit c975f57

Browse files
ashtumtzlaine
authored andcommitted
Add index.html
This redirects links pointing to the root directory to the documentation page, such as: https://www.boost.org/doc/libs/develop/libs/parser/
1 parent 063291b commit c975f57

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Boost.Parser</title>
4+
<meta http-equiv="refresh" content="0; URL=../../doc/html/parser.html">
5+
</head>
6+
<body>
7+
Automatic redirection failed, please go to
8+
<a href="../../doc/html/parser.html">../../doc/html/parser.html</a>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)