Files
JellySport/ProjectSourceCode/src/views/partials/footer.hbs
2024-04-11 06:59:14 -06:00

18 lines
641 B
Handlebars

<footer class="text-center text-muted w-100 mt-auto fixed-bottom">
<p>
&copy; 2024 - CSCI 3308 Group 6
</p>
<!-- Registration Page Scripts -->
<script src="/js/registration/league-and-team-select.js"></script>
<!-- Navigation Bar Scripts -->
<script src="/js/navigation-bar/navigation-bar-follow.js"></script>
<script src="/js/navigation-bar/user/login.js"></script>
<!-- Homepage Scripts -->
<script src="/js/homepage/redirect-to-league-url.js"></script>
<script src="/routes/league-pages/generate-league-routes.js"></script>
</footer>