diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-05-30 06:54:02 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-05-30 06:54:02 -0500 |
commit | a0ea0199b480f78e2e7a2e317149a152097557ce (patch) | |
tree | 2559102c2bb4c5da26999a9d983bbf7603f54b11 /tree-source/templates/footer.html | |
parent | 2cfcec1a2ff0fb7b57786f11d99586f66bb98ba9 (diff) |
tree
Diffstat (limited to 'tree-source/templates/footer.html')
-rw-r--r-- | tree-source/templates/footer.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tree-source/templates/footer.html b/tree-source/templates/footer.html new file mode 100644 index 0000000..3cc1a0e --- /dev/null +++ b/tree-source/templates/footer.html @@ -0,0 +1,10 @@ +<hr> + +<p> +built {{ date }} +{{ "\xa0" * 36 }} +<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright +</p> + +</body> +</html> |