diff options
-rw-r--r-- | web.xhtml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/web.xhtml b/web.xhtml deleted file mode 100644 index f70ccaf..0000000 --- a/web.xhtml +++ /dev/null @@ -1,47 +0,0 @@ -<!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"> - <div id="header-menu-body"> - <a href="/">Documentation</a> - <a href="/">Download</a> - <a href="/">Mailing Lists</a> - <a href="/">C++ Packages</a> - </div> - </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-2018 <a href="http://codesynthesis.com">Code -Synthesis Ltd</a></div> - -</body> -</html> |