2020-08-30 12:24:11 +00:00
|
|
|
<?php include '../add-ons/head.php' ?>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<main id="main" class="flex align-center justify-center">
|
|
|
|
|
|
|
|
<?php include '../add-ons/side-bar.php' ?>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<?php include '../add-ons/navigation-bar.php' ?>
|
2020-10-07 07:36:52 +00:00
|
|
|
<?php include '../add-ons/login.php' ?>
|
2020-08-30 12:24:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
<?php include '../add-ons/select-country.php' ?>
|
|
|
|
|
|
|
|
<div class="fixed" id="overlay"></div>
|
|
|
|
|
|
|
|
<?php include '../add-ons/footer-scripts.php' ?>
|
2020-10-07 07:36:52 +00:00
|
|
|
<?php include '../add-ons/profileImg.php' ?>
|
2020-08-30 12:24:11 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
<?php include '../add-ons/footer-scripts.php' ?>
|