summaryrefslogtreecommitdiff
path: root/includes/footer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'includes/footer.xml')
-rw-r--r--includes/footer.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/includes/footer.xml b/includes/footer.xml
new file mode 100644
index 0000000..3e6c235
--- /dev/null
+++ b/includes/footer.xml
@@ -0,0 +1,16 @@
+<div id="footer">
+
+ <div id="moddate">
+ <p>Last updated: MODDATE</p>
+ </div>
+
+ <div id="copyright">
+ <p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>.</p>
+ <p>The code used to build this website is released under the <a href="http://www.fsf.org/licensing/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. It is available in a <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">git repository</a>.</p>
+ </div>
+
+</div>
+
+</body>
+
+</html>