fime/themes/ace-documentation/layouts/404.html
2022-09-28 21:20:15 +02:00

12 lines
401 B
HTML

<div style="height:100vh;">
<div class="d-flex flex-column align-items-center justify-content-center h-100">
<h1 class="display-1 text-muted">Oops!</h1>
<p class="lead">Error 404. The page you requested could not be found.</p>
<a href="{{ .Site.BaseURL | relLangURL }}" class="btn btn-outline-primary mt-5">
<i class="fas fa-arrow-left"></i>
Return to the homepage
</a>
</div>
</div>