diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-18 18:23:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-18 18:23:59 +0200 |
commit | 46a14efab182b1ea81f2e8e66676146c8e2268d2 (patch) | |
tree | d8b7ef2567f092e444ace96fdae15d75d2f65392 /web-prologue.xhtml | |
parent | ed0b4dcca746f72ed23310af8420c831e8bd8b70 (diff) |
Update web pages prologue (menu)
Diffstat (limited to 'web-prologue.xhtml')
-rw-r--r-- | web-prologue.xhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web-prologue.xhtml b/web-prologue.xhtml index 7961f2f..f5e5798 100644 --- a/web-prologue.xhtml +++ b/web-prologue.xhtml @@ -21,12 +21,12 @@ $./web.css$ <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="$www$/install.xhtml">Install</a> + <a href="https://cppget.org">C++ Packages</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> + <a href="$www$/blog.xhtml">Blog</a> </div> </div> </div> |