summaryrefslogtreecommitdiff
path: root/web-prologue.xhtml
blob: 7961f2fad32ceb3a6acce61bd7fe9a3e930a0aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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$
$./toc.css$
$./web.css$
  </style>
</head>
<body>

<div id="header-bar">
<div id="header">
  <div id="header-logo"><a href="$www$/"><code style="letter-spacing: -0.1em">b|2</code></a></div>
  <div id="header-menu">
    <div id="header-menu-body">
      <a href="$www$/blog.xhtml">Blog</a>
      <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">