Initial Commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php include_once APP_PATH.'template/business/tplblocks/header.php';?>
|
||||
|
||||
<div class="page-wrap d-flex flex-row align-items-center">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12 text-center">
|
||||
<span class="display-1 d-block">Error 404</span>
|
||||
<div class="mb-4 lead">
|
||||
<h5><?php echo $jkl["e5"];?></h5>
|
||||
<div class="alert alert-info text-left" role="alert"><i class="fas fa-question-circle"></i> <?php echo $jkl["e6"];?></div>
|
||||
<div class="alert alert-info text-left" role="alert"><i class="fas fa-question-circle"></i> <?php echo $jkl["e7"];?></div>
|
||||
<div class="alert alert-info text-left" role="alert"><i class="fas fa-question-circle"></i> <?php echo $jkl["e8"];?></div>
|
||||
</div>
|
||||
<a href="./" class="btn btn-link">Back to Home</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include_once APP_PATH.'template/business/tplblocks/footer.php';?>
|
||||
Reference in New Issue
Block a user