forgejo/templates/base/footer.tmpl

12 lines
332 B
Cheetah
Raw Normal View History

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