summaryrefslogtreecommitdiff
path: root/web-prologue.xhtml
blob: 6df29bbaa4da6c345dc5f427fedd1792afed9df3 (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$/doc.xhtml">Docs</a>
      <a href="$www$/install.xhtml">Install</a>
      <a href="https://cppget.org">Packages</a>
      <a href="$www$/repository.xhtml">Git Repository</a>
      <a href="https://lists.build2.org">Mailing Lists</a>
      <a href="$www$/blog.xhtml">Blog</a>
    </div>
  </div>
</div>
</div>

<div id="content">