diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-03-14 09:58:15 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-03-14 09:58:15 +0000 |
| commit | e7e358c99a516e13a01dd64b29e6af5a51026259 (patch) | |
| tree | 11d3495cd88d2e12b86e73357488b34c1dadeb3a /_werc/lib | |
first commit
Diffstat (limited to '_werc/lib')
| -rw-r--r-- | _werc/lib/footer.inc | 5 | ||||
| -rw-r--r-- | _werc/lib/top_bar.inc | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/_werc/lib/footer.inc b/_werc/lib/footer.inc new file mode 100644 index 0000000..01f022e --- /dev/null +++ b/_werc/lib/footer.inc @@ -0,0 +1,5 @@ +<br class="doNotDisplay doNotPrint" /> + +<div style="margin-right: auto;"><a href="http://werc.cat-v.org">Powered by werc</a></div> + +<div><form action="/_search/" method="POST"><input type="text" id="searchtext" name="q"> <input type="submit" value="Search"></form></div> diff --git a/_werc/lib/top_bar.inc b/_werc/lib/top_bar.inc new file mode 100644 index 0000000..c2c4d52 --- /dev/null +++ b/_werc/lib/top_bar.inc @@ -0,0 +1,9 @@ + <div class="left"> + <a href="http://softmachine.dev">softmachine</a> | + <a href="http://softmachine.dev/art">art</a> | + <a href="http://softmachine.dev/music">music</a> | + <a href="http://softmachine.dev/tech">tech</a> | + <a href="http://softmachine.dev/creatures">creatures</a> | + <a href="http://softmachine.dev/brain">brain</a> | + <a href="http://softmachine.dev/moloch">moloch</a> + </div> |
