27 lines
463 B
HTML
Executable file
27 lines
463 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Boost.WinAPI</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>
|
|
© 2016 Andrey Semashev
|
|
</p>
|
|
</body>
|
|
</html>
|