summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index 327ab71..54b3d47 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -25,9 +25,15 @@ Content-Type: text/html
</div>
<div id="logo">
<div class="leader"></div>
- <h1><?= pageinfo.hostname or "AlpineLinux" ?></h1>
+ <h1>AlpineLinux</h1>
+ <p><?= pageinfo.hostname or "unknown hostname" ?></p>
<div class="tailer"></div>
</div>
+ <span class="mute">
+ <p>[ logon link will go here ] |
+ <a href="/">home</a> |
+ <a href="http://wiki.alpinelinux.org">about</a>
+ </p></span>
<div class="tailer"></div>
</div> <!-- header -->