doc: Output.NotFound
parent
94ce87d11a
commit
3fd17bd261
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue