Add a footer with some links to the Web pages.

This commit is contained in:
John "Elwin" Edwards 2014-01-02 13:58:05 -05:00
parent f272772dcb
commit 41eab38a58
13 changed files with 31 additions and 2 deletions

View file

@ -358,5 +358,6 @@ else:
sys.stdout.write('<p>Or <a href="/ttyrecs/">browse all ttyrecs</a>.</p>')
sys.stdout.write('<p><a href="/about/ttyrec.html">What are ttyrecs?</a></p>')
sys.stdout.write("</div>\n</body>\n</html>\n")
sys.stdout.write('</div>\n')
sys.stdout.write(rlgall.pend)
exit()