8 lines
190 B
HTML
8 lines
190 B
HTML
---
|
|
layout: prompt
|
|
title: 404 - Page Not Found
|
|
---
|
|
<h1 class="mt-5">404</h1>
|
|
<p class="lead">The requested page could not be found.</p>
|
|
<p><a href="{{ '/' | relative_url }}">Go home</a></p>
|