13 lines
453 B
HTML
13 lines
453 B
HTML
title = "Page not found (404)"
|
|
url = "/404"
|
|
layout = "new/master-inside"
|
|
is_hidden = 0
|
|
robot_index = "index"
|
|
robot_follow = "follow"
|
|
==
|
|
<div style="padding-bottom: 50px;height: 55rem;">
|
|
<div style="padding: 10%;padding-top: 30px !important;">
|
|
<h1 style="font-size: 26px;">{{'Page not found'|_}}</h1>
|
|
<p style="font-size: 16px;padding-top: 10px;">{{'We are sorry, but the page you requested cannot be found.'|_}}</p>
|
|
</div>
|
|
</div> |