diff options
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> |
