19 lines
559 B
HTML
19 lines
559 B
HTML
title = 404
|
|
url = "/404"
|
|
layout = "master"
|
|
is_hidden = 0
|
|
==
|
|
<section class="error-area">
|
|
<div class="error-item">
|
|
<div class="d-table">
|
|
<div class="d-table-cell">
|
|
<div class="error-text">
|
|
<h1>404!</h1>
|
|
<p>Sorry! The Page Not Found</p>
|
|
<span>Oops! The page you are looking for does not exit. it might been moved or deleted.</span>
|
|
<a href="/">Return to Home</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section> |