You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
561 B
17 lines
561 B
<?php include_once 'header.php';?>
|
|
|
|
<!-- Main content -->
|
|
<section class="content">
|
|
<div class="error-page">
|
|
<h2 class="headline text-yellow"> 404</h2>
|
|
<div class="error-content">
|
|
<h3><i class="fa fa-warning text-yellow"></i> <?php echo $jkl["404"];?></h3>
|
|
<p>
|
|
We could not find the page you were looking for.
|
|
Meanwhile, you may <a href="<?php echo BASE_URL;?>">return to home</a>.
|
|
</p>
|
|
</div><!-- /.error-content -->
|
|
</div><!-- /.error-page -->
|
|
</section><!-- /.content -->
|
|
|
|
<?php include_once 'footer.php';?>
|
|
|