|
|
@ -3,6 +3,7 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
global $googleApis, $googleStatic, $poppins, $icon, $logoUCA;
|
|
|
|
global $googleApis, $googleStatic, $poppins, $icon, $logoUCA;
|
|
|
|
|
|
|
|
global $jQueryMin, $bundle4, $bundle5;
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
@ -98,9 +99,9 @@
|
|
|
|
<footer class="py-5 bg-white">
|
|
|
|
<footer class="py-5 bg-white">
|
|
|
|
</footer>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
|
|
<script src="<?php echo $jQueryMin; ?>"></script>
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script src="<?php echo $bundle4; ?>"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script src="<?php echo $bundle5; ?>"></script>
|
|
|
|
<script src="Views/js/scripts.js"></script>
|
|
|
|
<script src="Views/js/scripts.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|