gitdeploy/html/src/templates/not-found.html

11 lines
264 B
HTML
Raw Normal View History

2020-09-26 11:47:02 -04:00
<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>