2014-03-03 14:40:22 +00:00
|
|
|
<script>
|
|
|
|
$(function(){
|
2014-03-10 13:12:49 +00:00
|
|
|
initCore();{{if .PageIsSignUp}}
|
|
|
|
initRegister();{{end}}{{if .PageIsUserSetting}}
|
|
|
|
initUserSetting();{{end}}
|
2014-03-03 14:40:22 +00:00
|
|
|
});
|
|
|
|
</script>
|
2014-03-15 12:40:26 +00:00
|
|
|
<div class="wrapper-push"></div>
|
|
|
|
</div>
|
|
|
|
<footer id="footer">
|
|
|
|
<div class="container footer-wrap">
|
|
|
|
<p>
|
2014-03-15 13:17:16 +00:00
|
|
|
© 2014 Gogs · ver {{AppVer}} · <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a>
|
2014-03-15 12:40:26 +00:00
|
|
|
</p>
|
|
|
|
<p class="desc"></p>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2014-03-03 14:40:22 +00:00
|
|
|
</body>
|
2014-02-17 23:38:50 +00:00
|
|
|
</html>
|