Add a html file to redirect to the swap documentation.

Something that can be linked to from libs/libraries.htm.
This commit is contained in:
Daniel James
2014-06-08 18:11:16 +01:00
parent bca30b2ec7
commit 2a1c53343c

29
swap.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Boost.Core</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=../../doc/html/core/swap.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/core/swap.html">../../doc/html/core/swap.html</a>
</p>
<p>
&copy; 2014 Peter Dimov<br>
&copy; 2014 Glen Fernandes<br>
&copy; 2014 Andrey Semashev
</p>
</body>
</html>