summaryrefslogtreecommitdiff
path: root/web.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:59:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:59:17 +0200
commit66f2b7c6775e06487116425f120ce6bce5d2af81 (patch)
tree3c803ee6e6d6c39b015e96f0aa5e7ac24f6125fb /web.xhtml
parent22cdec3ed6a4f05d5d6de2e5f9dcf6ab77587326 (diff)
Add web styling
Diffstat (limited to 'web.xhtml')
-rw-r--r--web.xhtml44
1 files changed, 44 insertions, 0 deletions
diff --git a/web.xhtml b/web.xhtml
new file mode 100644
index 0000000..a701d59
--- /dev/null
+++ b/web.xhtml
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+
+ <title>Web</title>
+
+ <link rel="stylesheet" type="text/css" href="common.css"/>
+ <link rel="stylesheet" type="text/css" href="pre-box.css"/>
+ <link rel="stylesheet" type="text/css" href="code-box.css"/>
+ <link rel="stylesheet" type="text/css" href="web.css"/>
+</head>
+<body>
+
+<div id="header-bar">
+<div id="header">
+ <div id="header-logo"><code>b2</code></div>
+ <div id="header-menu">
+ <a href="/">Documentation</a>
+ <a href="/">Download</a>
+ <a href="/">Mailing Lists</a>
+ <a href="/">C++ Packages</a>
+ </div>
+</div>
+</div>
+
+<div id="content">
+ <h1>The <code>build2</code> Toolchain</h1>
+
+ <p><code>build2</code> is a build system aimed at improving cross-platform
+ C++ software building and library use. It will be accompanied by a C++
+ package manager and a central repository of open source C++ libraries.</p>
+
+ <p><code>build2</code> is a build system aimed at improving cross-platform
+ C++ software building and library use. It will be accompanied by a C++
+ package manager and a central repository of open source C++ libraries.</p>
+
+</div>
+
+<div id="footer">&#169; 2014-2016 Code Synthesis Ltd</div>
+
+</body>
+</html>