Code smells and bugs resolve 15
continuous-integration/drone/push Build is passing Details

master
Alexis 2 years ago
parent 21980efc86
commit e17eeeb98b

@ -3,6 +3,7 @@
<head>
<?php
global $googleApis, $googleStatic, $poppins, $icon, $logoUCA;
global $jQueryMin, $bundle4, $bundle5;
?>
<meta charset="UTF-8">
<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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="<?php echo $jQueryMin; ?>"></script>
<script src="<?php echo $bundle4; ?>"></script>
<script src="<?php echo $bundle5; ?>"></script>
<script src="Views/js/scripts.js"></script>
</body>

Loading…
Cancel
Save