mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
9 lines
139 B
HTML
9 lines
139 B
HTML
|
<!DOCTYPE html>
|
||
|
{{ define "main"}}
|
||
|
<div>
|
||
|
<h1>404 page not found.</h1>
|
||
|
<p><a href="/">Go Home</p>
|
||
|
</div>
|
||
|
{{ end }}
|
||
|
|