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