diff options
Diffstat (limited to 'src/boost/libs/convert/index.html')
-rw-r--r-- | src/boost/libs/convert/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/boost/libs/convert/index.html b/src/boost/libs/convert/index.html new file mode 100644 index 000000000..6cc92f7fa --- /dev/null +++ b/src/boost/libs/convert/index.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> +<head> +<title>Boost.Convert</title> +<meta charset="utf-8"> +<meta http-equiv="refresh" content="0; url=doc/html/index.html"> +<style> + body { + background: #fff; + color: #000; + } + a { + color: #00f; + text-decoration: none; + } +</style> +</head> +<body> + <p> + Automatic redirection failed, please go to <a href="doc/html/index.html">doc/html/index.html</a> + </p> + <p>Copyright Vladimir Batov 2009-2016</p> + <p>Distributed under the Boost Software License, Version 1.0. (See accompanying file + <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at + <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>). + </p> +</body> +</html> + |