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">
|
2022-04-29 21:32:57 -04:00
|
|
|
<b>© <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>
|
2024-07-12 10:29:11 -04:00
|
|
|
<script src="https://unpkg.com/jquery@3.7.1/dist/jquery.min.js"></script>
|
|
|
|
<script src="https://unpkg.com/semantic-ui@2.4.0/dist/semantic.min.js"></script>
|
2019-12-08 03:59:58 -05:00
|
|
|
<script src="/static/semantic-ui-alerts.min.js"></script>
|
2024-07-12 10:29:11 -04:00
|
|
|
<script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>
|
2024-07-14 07:41:50 -04:00
|
|
|
<script src="/static/main.js?v20240714"></script>
|
2022-04-29 21:32:57 -04:00
|
|
|
<script>
|
|
|
|
(function () {
|
|
|
|
updateLang({{.LANG }});
|
2024-08-13 12:24:17 -04:00
|
|
|
})();
|
2022-04-29 21:32:57 -04:00
|
|
|
</script>
|
2019-12-08 03:59:58 -05:00
|
|
|
</body>
|
2024-08-13 11:50:55 -04:00
|
|
|
|
2019-12-08 03:59:58 -05:00
|
|
|
</html>
|
2022-04-29 21:32:57 -04:00
|
|
|
{{end}}
|