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