File "404.php"
Full path: /home/fsibplc/public_html/firstcash/404.php
File
size: 761 B (761 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
include('./all/config.php');
$page_title = "FirstCash Home Page";
$meta_description = "FirstCash Home page description";
$meta_keywords = "FirstCash, MFS, SureCash, FSIBL, Mobile Finance, FSIB";
include('./all/header.php');
include('./all/navbar.php');
?>
<div class="py-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="card card-body text-center">
<h1>Error 404</h1>
<h4>Page Not Found!</h4>
</div>
</div>
</div>
</div>
</div>
<?php include('./all/footer.php'); ?>
</body>
</html>