24 lines
No EOL
542 B
PHP
24 lines
No EOL
542 B
PHP
<?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' ?>
|
|
<?php include '../add-ons/login.php' ?>
|
|
|
|
|
|
<?php include '../add-ons/select-country.php' ?>
|
|
|
|
<div class="fixed" id="overlay"></div>
|
|
|
|
<?php include '../add-ons/footer-scripts.php' ?>
|
|
<?php include '../add-ons/profileImg.php' ?>
|
|
|
|
</body>
|
|
|
|
<?php include '../add-ons/footer-scripts.php' ?>
|