summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-29 09:30:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-29 09:30:30 +0200
commit9d10083216311a448a7e91da50dd81c5fd96287b (patch)
treee22f85f5264703bd7ddcc8b8d13a511bed61f5e1
parent92b528ce81995136b4a196d4e4752f4db536a5af (diff)
Remove unused test file
-rw-r--r--web.xhtml47
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">&#169; 2014-2018 <a href="http://codesynthesis.com">Code
-Synthesis Ltd</a></div>
-
-</body>
-</html>