nezha/resource/template/common/footer.html

17 lines
838 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">
2021-01-29 22:22:59 -05:00
<b>&copy; <a style="color: white;" href="/">{{.Conf.Site.Brand}}</a></b> | <small>Powered by <a href="https://github.com/naiba/nezha"
2022-04-27 11:51:45 -04:00
style="color: white;" target="_blank">{{tr "nezhaMonitor" nil nil}}</a> {{.Version}}</small>
2019-12-08 10:18:29 -05:00
</div>
</div>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.4.1/jquery.min.js"></script>
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/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>
2021-12-30 05:51:05 -05:00
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.12/vue.min.js"></script>
2022-04-23 02:51:10 -04:00
<script src="/static/main.js?v20220423"></script>
2019-12-08 03:59:58 -05:00
</body>
</html>
{{end}}