1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 17:15:49 +00:00
gitea/templates/base/footer.tmpl

12 lines
332 B
Cheetah
Raw Normal View History

2014-03-17 07:17:44 +00:00
<div class="wrapper-push"></div>
2014-03-15 12:40:26 +00:00
</div>
<footer id="footer">
2014-03-17 07:17:44 +00:00
<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 12:40:26 +00:00
</footer>
2014-03-03 14:40:22 +00:00
</body>
2014-02-17 23:38:50 +00:00
</html>