b230dfc9cd
The placement for docs discussed in https://github.com/boostorg/utility/pull/14.
30 lines
528 B
HTML
30 lines
528 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Boost.Core</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>
|
|
© 2014 Peter Dimov<br>
|
|
© 2014 Glen Fernandes<br>
|
|
© 2014 Andrey Semashev
|
|
</p>
|
|
</body>
|
|
</html>
|