mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
* Add index.html back into tools/build that redirects to the new location at v1/index.html. [SVN r20551]
10 lines
190 B
HTML
10 lines
190 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; URL=v1/index.html">
|
|
</head>
|
|
<body>
|
|
Automatic redirection failed, please go to
|
|
<a href="v1/index.html">v1/index.html</a>.
|
|
</body>
|
|
</html>
|