1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-13 03:06:24 -07:00
gochan/templates/page_footer.html
2022-04-14 21:20:32 -07:00

7 lines
298 B
HTML

<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>
</div>
</body>
</html>