13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
@page "/not-found"
|
|
@layout MainLayout
|
|
@rendermode InteractiveAuto
|
|
|
|
<PageTitle>Page Not Found</PageTitle>
|
|
|
|
<div class="block mt-4">
|
|
<div class="container container--max--xl">
|
|
<h3>Not Found</h3>
|
|
<p>Sorry, the content you are looking for does not exist.</p>
|
|
</div>
|
|
</div>
|