bench-forgejo/templates/base/footer.tmpl

12 lines
332 B
Cheetah
Raw Normal View History

2014-03-17 12:47:44 +05:30
<div class="wrapper-push"></div>
2014-03-15 18:10:26 +05:30
</div>
<footer id="footer">
2014-03-17 12:47:44 +05:30
<div class="container footer-wrap">
<p>© 2014 Gogs · ver {{AppVer}} ·
<i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a>
</p>
<p class="desc"></p>
</div>
2014-03-15 18:10:26 +05:30
</footer>
2014-03-03 20:10:22 +05:30
</body>
2014-02-18 05:08:50 +05:30
</html>