nezha/resource/template/theme-server-status/content-footer.html
2023-11-07 22:15:13 +08:00

8 lines
350 B
HTML
Vendored

{{define "theme-server-status/content-footer"}}
<div class="container">
<p style="text-align: center; font-size: 10px;">
{{ .Title }} | Theme <a href="https://github.com/cppla/ServerStatus">ServerStatus</a> | Powered by <a
href="https://github.com/naiba/nezha">{{tr "NezhaMonitoring"}}</a> {{.Version}}
</p>
</div>
{{end}}