nezha/resource/template/common/footer.html

22 lines
923 B
HTML
Raw Normal View History

2019-12-08 03:59:58 -05:00
{{define "common/footer"}}
2019-12-08 10:18:29 -05:00
<div class="ui inverted vertical footer segment">
2020-12-07 00:18:28 -05:00
<div class="ui center aligned is-size-7 container">
<b>&copy; <a style="color: white;" href="/">{{.Conf.Site.Brand}}</a></b> | <small>Powered by <a
href="https://github.com/naiba/nezha" style="color: white;" target="_blank">{{tr "NezhaMonitoring"}}</a>
{{.Version}}</small>
2019-12-08 10:18:29 -05:00
</div>
</div>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.js"></script>
2019-12-08 03:59:58 -05:00
<script src="/static/semantic-ui-alerts.min.js"></script>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js"></script>
<script src="/static/main.js?v20240224"></script>
<script>
(function () {
updateLang({{.LANG }});
})();
</script>
2019-12-08 03:59:58 -05:00
</body>
</html>
{{end}}