remove unneeded imports

This commit is contained in:
rebuilt 2022-10-09 10:20:27 -07:00
parent f617238594
commit f5e66dacb8
2 changed files with 3 additions and 17 deletions

View file

@ -4,11 +4,6 @@
<title>EdCommonwealth</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
@ -40,14 +35,5 @@
<footer class="py-5 bg-dark">
<div class="container px-5"><p class="m-0 text-center text-white">Copyright &copy; ECP 2022</p></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>