mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-04 05:47:58 +02:00
10 lines
335 B
HTML
10 lines
335 B
HTML
{{ define "main" }}
|
|
<div class="container center">
|
|
<a href="/" class="logo-404">{{ readFile "static/elephant.svg" | safeHTML }}</a>
|
|
<p class="message-404">Whoops! The page could not be found.</p>
|
|
<div class="toc-404">
|
|
{{ partial "table_of_contents.html" . }}
|
|
</div>
|
|
</div>
|
|
{{ end }}
|