Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-02 12:06:58


Author: grafik
Date: 2008-03-02 12:06:58 EST (Sun, 02 Mar 2008)
New Revision: 43451
URL: http://svn.boost.org/trac/boost/changeset/43451

Log:
Add placeholder index page for live site... To test that svn publish works.
Added:
   website/public_html/live/index.html (contents, props changed)

Added: website/public_html/live/index.html
==============================================================================
--- (empty file)
+++ website/public_html/live/index.html 2008-03-02 12:06:58 EST (Sun, 02 Mar 2008)
@@ -0,0 +1,18 @@
+<!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>
+ <title>Boost C++ Libraries</title>
+ <style type="text/css">
+/*<![CDATA[*/
+ body { background: white; color: red; }
+ h1 { text-align: center; }
+ /*]]>*/
+ </style>
+</head>
+
+<body>
+ <h1>Under construction.</h1>
+</body>
+</html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk