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.
19 lines
953 B
19 lines
953 B
<?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';?>
|
|
|