Skip to content

Commit 49ac30d

Browse files
committed
Custom 404 Page
1 parent efa25f9 commit 49ac30d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/LinkDotNet.Blog.Web/App.razor

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
</Found>
66
<NotFound>
77
<LayoutView Layout="@typeof(MainLayout)">
8-
<p>Sorry, there's nothing at this address.</p>
8+
<div class="m-auto text-center">
9+
<h1 class="fs-1">404 - o((⊙﹏⊙))o</h1>
10+
<br/>
11+
<p>I really looked hard but I couldn't find the page you are looking for.</p>
12+
<p>Go back to <a href="/">safety</a></p>
13+
</div>
914
</LayoutView>
1015
</NotFound>
1116
</Router>

0 commit comments

Comments
 (0)