joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/error-404.html
2018-02-28 16:33:36 +01:00

5 lines
234 B
HTML

<article id="main-content" class="container main_content error_404">
<h1>404 Not Found</h1>
<p>What you're looking for isn't here, sorry!</p>
<p><a href="{{ .Site.BaseURL }}">&larr; Click here to go back home</a></p>
</article>