Force build.

This commit is contained in:
Dillon Kearns 2022-03-31 09:27:18 -07:00
parent e53c897eb6
commit 807266701a

View File

@ -37,7 +37,8 @@ view : ErrorPage -> View msg
view error =
{ body =
[ Html.div []
[ Html.text "Hi! This is a NotFound error"
[ Html.text
"Page not found. Maybe try another URL?"
]
]
, title = "This is a NotFound Error"