mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 14:57:46 +00:00
Add redirect file for ref permalink.
This commit is contained in:
parent
e4e1a1fda5
commit
3378fd7b47
29
ref.html
Normal file
29
ref.html
Normal 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/ref.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/ref.html">doc/html/core/ref.html</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
© 2014 Peter Dimov<br>
|
||||||
|
© 2014 Glen Fernandes<br>
|
||||||
|
© 2014 Andrey Semashev
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user