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