diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-10-28 13:19:02 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-10-28 13:19:02 -0700 |
commit | 3859ba31eb03978705dd1b4b7e7a78a7d37ed758 (patch) | |
tree | b6980019e8cfd8e163ce472a04e2c1c4db0afcef /webface/templates/base.html | |
parent | edbf414f544e386d5056acb5b13d3fa032943306 (diff) | |
download | modelthing-3859ba31eb03978705dd1b4b7e7a78a7d37ed758.tar.gz modelthing-3859ba31eb03978705dd1b4b7e7a78a7d37ed758.zip |
webface: generic footer
Diffstat (limited to 'webface/templates/base.html')
-rw-r--r-- | webface/templates/base.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webface/templates/base.html b/webface/templates/base.html index db49004..8d77a5e 100644 --- a/webface/templates/base.html +++ b/webface/templates/base.html @@ -13,6 +13,15 @@ body { font-family: monospace; font-size: larger; line-height: 1.3; } <body> <div id="content"> {{~#block content}}{{/block~}} + +<br><br> +<center> +<a href="/model_list/">examples index</a> - +<a href="/readme/">full readme</a> - +<a href="https://git.bnewbold.net/modelthing">source code</a> +</center> +<br> + </div><!-- content --> </body> |