git
/
blog.git
/
Blog
/
Components
/
Pages
/
NotFound.razor
log
tree
refs
Blog/Components/Pages/NotFound.razor
158 B · 8 lines ·
raw
·
history
1
@page
"/not-found"
2
3
<PageTitle
>
Not Found
</PageTitle
>
4
5
<main
>
6
<h1
>
Not Found
</h1
>
7
<p
>
Sorry, the content you are looking for does not exist.
</p
>
8
</main
>