mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-01 06:06:11 +08:00
12 lines
232 B
Cheetah
12 lines
232 B
Cheetah
{{ define "title"}}
|
|
<title>Not Found</title>
|
|
{{ end }}
|
|
{{ define "content" }}
|
|
<div class="error-page">
|
|
<h2>404 Not Found</h2>
|
|
<p>
|
|
The page you're looking for is not here. <a href="/">Return</a>
|
|
</p>
|
|
</div>
|
|
{{ end }}
|