about summary refs log tree commit diff stats
path: root/src/_foot.htm
blob: 3ec6362f7e8dea1ee9af2c888c9c2b64fa7b8ee4 (plain)
1
2
3
4
5
6
7
8
<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>.
    (<a href="https://git.acdw.net/hat-trick.git">source</a>)
</footer>
</body>
</html>