summaryrefslogtreecommitdiff
path: root/web-prologue.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'web-prologue.xhtml')
-rw-r--r--web-prologue.xhtml33
1 files changed, 33 insertions, 0 deletions
diff --git a/web-prologue.xhtml b/web-prologue.xhtml
new file mode 100644
index 0000000..e132fcb
--- /dev/null
+++ b/web-prologue.xhtml
@@ -0,0 +1,33 @@
+<!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>$title$</title>
+
+ <style type="text/css">
+$./common.css$
+$./pre-box.css$
+$./code-box.css$
+$./web.css$
+ </style>
+</head>
+<body>
+
+<div id="header-bar">
+<div id="header">
+ <div id="header-logo"><a href="$www$/"><code>b2</code></a></div>
+ <div id="header-menu">
+ <div id="header-menu-body">
+ <a href="$www$/doc.xhtml">Docs</a>
+ <a href="$www$/download.xhtml">Download</a>
+ <a href="https://lists.build2.org">Mailing Lists</a>
+ <a href="https://git.build2.org">Git Repository</a>
+ <a href="https://cppget.org">C++ Packages</a>
+ </div>
+ </div>
+</div>
+</div>
+
+<div id="content">