diff options
Diffstat (limited to 'web.xhtml')
-rw-r--r-- | web.xhtml | 44 |
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">© 2014-2016 Code Synthesis Ltd</div> + +</body> +</html> |