summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2008-02-22 05:31:08 +0000
committerRene Rivera <grafikrobot@gmail.com>2008-02-22 05:31:08 +0000
commit00f78d5be364f99b39a3b6d0deccdbe33791f71e (patch)
tree1e92213e4867f278c675163deb2c34096a1d2944 /index.htm
parent0afd16b74c2f7c99f87c06ff784bd02d5650aa05 (diff)
downloadboost-00f78d5be364f99b39a3b6d0deccdbe33791f71e.tar.gz
Rename readme.html to index.html, and add forwarding index.htm for backward compatibility. (merge from trunk)
[SVN r43366]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm25
1 files changed, 25 insertions, 0 deletions
diff --git a/index.htm b/index.htm
new file mode 100644
index 0000000000..0a3ac3191d
--- /dev/null
+++ b/index.htm
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="refresh" content="0; URL=index.html" />
+
+ <title></title>
+ <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
+</head>
+
+<body>
+ Automatic redirection failed, please go to <a href=
+ "index.html">index.html</a>.
+
+ <div class="copyright-footer">
+ <p>Copyright 2008 Rene Rivera</p>
+
+ <p>Distributed under the Boost Software License, Version 1.0. (See
+ accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
+ at <a href=
+ "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
+ </div>
+</body>
+</html>