Initial Commit

This commit is contained in:
2024-02-08 12:07:49 -07:00
parent 5813b1109f
commit 43077b57ed
5471 changed files with 682195 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<?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"><?php echo $jkl['g84'];?></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>
</div>
</div>
</div>
</div>
<?php include_once APP_PATH.'template/business/tplblocks/footer.php';?>