joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/error-404.html

6 lines
234 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
<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>