2014-03-03 23:40:22 +09:00
|
|
|
<script>
|
|
|
|
$(function(){
|
2014-03-10 22:12:49 +09:00
|
|
|
initCore();{{if .PageIsSignUp}}
|
|
|
|
initRegister();{{end}}{{if .PageIsUserSetting}}
|
|
|
|
initUserSetting();{{end}}
|
2014-03-03 23:40:22 +09:00
|
|
|
});
|
|
|
|
</script>
|
2014-03-15 21:40:26 +09:00
|
|
|
<div class="wrapper-push"></div>
|
|
|
|
</div>
|
|
|
|
<footer id="footer">
|
|
|
|
<div class="container footer-wrap">
|
|
|
|
<p>
|
2014-03-15 22:17:16 +09: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 21:40:26 +09:00
|
|
|
</p>
|
|
|
|
<p class="desc"></p>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2014-03-03 23:40:22 +09:00
|
|
|
</body>
|
2014-02-18 08:38:50 +09:00
|
|
|
</html>
|