forked from boostorg/core
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathref.html
More file actions
Latest commit
29 lines (29 loc) · 537 Bytes
/
Copy pathref.html
File metadata and controls
29 lines (29 loc) · 537 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>Boost.Core</title>
<metacharset="utf-8">
<metahttp-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
<ahref="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>