This commit is contained in:
Adolfo Antón-Bravo 2021-11-25 14:10:14 +01:00
parent 34d60e45a8
commit 8336d92964
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet">
<style> <style>
.bd-placeholder-img { .bd-placeholder-img {
@ -33,7 +33,7 @@
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="sticky-footer-navbar.css" rel="stylesheet"> <link href="css/sticky-footer-navbar.css" rel="stylesheet">
</head> </head>
<body class="d-flex flex-column h-100"> <body class="d-flex flex-column h-100">
@ -82,7 +82,7 @@
</footer> </footer>
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script>
</body> </body>

File diff suppressed because one or more lines are too long