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

10 lines
181 B
HTML

{{/*
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}}