woodpecker/pkg/template/pages/404.html

9 lines
182 B
HTML
Raw Normal View History

2014-02-07 10:10:01 +00:00
{{ define "title" }}Not Found · drone.io{{ end }}
{{ define "content" }}
<h1>Oops!</h1>
<p>We were unable to find the requested page.</p>
{{ end }}
{{ define "script" }}
{{ end }}