depot/web/fup/fupstatic/tmpl/404.html

11 lines
181 B
HTML
Raw Normal View History

2021-03-20 20:40:40 +00:00
{{/*
SPDX-FileCopyrightText: 2021 Luke Granger-Brown <depot@lukegb.com>
SPDX-License-Identifier: Apache-2.0
*/}}
{{define "main"}}
<h1>404 Not Found</h1>
<p>Sorry. :(</p>
{{end}}