statping/source/tmpl/error_404.html

11 lines
305 B
HTML

{{define "title"}}Statup Page Not Found{{end}}
{{define "content"}}
<div class="container col-md-7 col-sm-12 mt-md-5 bg-light">
<div class="col-12 mt-3">
<div class="alert alert-danger" role="alert">
Sorry, this page doesn't seem to exist.
</div>
</div>
</div>
{{end}}