doc: Output.NotFound

main
Henrik Böving 2022-05-19 21:49:50 +02:00
parent 94ce87d11a
commit 3fd17bd261
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ namespace Output
open scoped DocGen4.Jsx open scoped DocGen4.Jsx
/--
Render the 404 page.
-/
def notFound : HtmlM Html := do templateExtends (baseHtml "404") $ pure $ def notFound : HtmlM Html := do templateExtends (baseHtml "404") $ pure $
<main> <main>
<h1>404 Not Found</h1> <h1>404 Not Found</h1>