11 lines
264 B
HTML
11 lines
264 B
HTML
|
<section class="hero is-fullheight signin">
|
||
|
<div class="hero-body">
|
||
|
<div class="container has-text-centered">
|
||
|
<div class="content">
|
||
|
<h1>Error 404</h1>
|
||
|
<p>The requested page was not found.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|