about summary refs log tree commit diff stats
path: root/src/_foot.htm
blob: bddc923018d45e126dd4423e7c28d71c2ad9329f (plain)
1
2
3
4
5
6
7
<footer>
    $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac)
    <span id="copyright">(C) 2022 C. Duckworth</span> under the
    <a href="gcl.html">Good Choices License</a>.
</footer>
</body>
</html>