diff options
Diffstat (limited to 'www/header.asciidoc')
-rw-r--r-- | www/header.asciidoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/header.asciidoc b/www/header.asciidoc new file mode 100644 index 000000000..e42cdd817 --- /dev/null +++ b/www/header.asciidoc @@ -0,0 +1,14 @@ ++++ +<div id="headline"> + <img class="qutebrowser-logo" src="icons/qutebrowser.svg" /> + <div class="text"> + <h1>qutebrowser</h1> + A keyboard-driven browser. + </div> +</div> +<div id="menu"> + <a href="index.html">Home</a> + <a href="FAQ.html">FAQ</a> + <a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a> +</div> ++++ |