diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-20 21:25:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-20 21:25:24 +0200 |
commit | 5335c44f98fb17d5349850219ddd3d3d6695caaa (patch) | |
tree | d9164dba7b3ac4cb1e1a8fc206eb8c5f90f2ebc0 /contrib/footer.html | |
parent | 5e5e4fbf006f120e15e9cd6b393c9d259398911d (diff) |
address #6995 in terms of enabling sharing across Mustach template files by using cpp during the build process
Diffstat (limited to 'contrib/footer.html')
-rw-r--r-- | contrib/footer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/footer.html b/contrib/footer.html new file mode 100644 index 00000000..aed197f8 --- /dev/null +++ b/contrib/footer.html @@ -0,0 +1,6 @@ +<div class="talerbar"> + <p>You can learn more about GNU Taler on our <a href="https://taler.net/">website</a>.<br> + Copyright © 2014—2021 Taler Systems SA</p> +</div> +</body> +</html> |