-
Sibidharan authoredSibidharan authored
signup.php 328 B
<?php
include 'libs/load.php';
?>
<!doctype html>
<html lang="en">
<?load_template('_head');?>
<body>
<?load_template('_header');?>
<main>
<?load_template('_signup');?>
</main>
<?load_template('_footer');?>
<script src="/app/assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>