transfer.sh/vendor/github.com/golang/gddo/gddo-server/assets/templates/notfound.html

11 lines
302 B
HTML
Raw Normal View History

{{define "Head"}}<title>Not Found - GoDoc</title>{{end}}
{{define "Body"}}
{{template "FlashMessages" .flashMessages}}
<h1>Not Found</h1>
<p>Oh snap! Our team of gophers could not find the web page you are looking for. Try one of these pages:
<ul>
<li><a href="/">Home</a>
</ul>
{{end}}