mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
10 lines
239 B
HTML
10 lines
239 B
HTML
title = "Page not found (404)"
|
|
url = "/404"
|
|
layout = "default"
|
|
==
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<h1>Page not found</h1>
|
|
<p>We're sorry, but the page you requested cannot be found.</p>
|
|
</div>
|
|
</div> |