2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-30 19:52:17 +00:00
Files
convert/index.html
2014-06-20 23:05:37 +10:00

29 lines
469 B
HTML

<!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>
&copy; 2009-2014 Vladimir Batov
</p>
</body>
</html>