Move to local bootstrap
This commit is contained in:
parent
f1b62d6a55
commit
e02af80b64
@ -18,10 +18,9 @@
|
||||
<footer class="footer bg-black small text-center text-white-50">
|
||||
<div class="container px-4 px-lg-5">© My Darling underwear 2023</div>
|
||||
</footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bs5-lightbox@1.8.3/dist/index.bundle.min.js"></script>
|
||||
<script src="/js/scripts.js"></script>
|
||||
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/lib/fancyapps-ui/fancybox.umd.js"></script>
|
||||
<script src="/js/scripts.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -5,6 +5,10 @@
|
||||
{
|
||||
"library": "fancyapps-ui@4.0.31",
|
||||
"destination": "wwwroot\\lib\\fancyapps-ui"
|
||||
},
|
||||
{
|
||||
"library": "bootstrap@5.1.3",
|
||||
"destination": "wwwroot\\lib\\bootstrap"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user