diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
commit | 5ba68fae053ccabc3161ee4f80963ac0c47ddaf2 (patch) | |
tree | 83eb374a71de46ccb8ec17b803976b9a5e11bb2e /templates/base-foot.html | |
parent | e405d3f244d074f00658e020795a90ec3f69add7 (diff) | |
download | phylactery-fc309c292088a6cbf15de07ac3bacddc75434e2e.tar.gz |
Polish up for a release 0.1.0
Diffstat (limited to 'templates/base-foot.html')
-rw-r--r-- | templates/base-foot.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base-foot.html b/templates/base-foot.html new file mode 100644 index 0000000..caf7fff --- /dev/null +++ b/templates/base-foot.html @@ -0,0 +1,5 @@ + <footer> + Powered by <a href=https://git.sr.ht/~cnx/phylactery>Phylactery</a> + </footer> +</body> +</html> |