1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-10 04:46:22 -07:00
gochan/templates/page_footer.html

7 lines
291 B
HTML
Raw Normal View History

2018-04-06 01:03:57 -07:00
<div id="footer">
<a href="{{$.webroot}}">Home</a> | <a href="{{$.webroot}}#boards">Boards</a> | <a href="{{$.webroot}}#rules">Rules</a> | <a href="{{$.webroot}}#faq">FAQ</a><br />
Powered by <a href="http://github.com/eggbertx/gochan/">Gochan {{version}}</a><br />
</div>
2013-02-02 15:01:01 -08:00
</body>
2018-04-14 12:56:37 -07:00
</html>