summaryrefslogtreecommitdiff
path: root/Views/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-08 07:58:46 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-08 07:58:46 +0300
commit2aba54753950fcef482b25bc7234d274ceff990a (patch)
treecd300bf7530a8ff7f693203e47dcacce2547b9ff /Views/Shared/_Layout.cshtml
parent0105789fa319252d29424928ce7ac4e463d72d38 (diff)
styles and sripts edit
Diffstat (limited to 'Views/Shared/_Layout.cshtml')
-rw-r--r--Views/Shared/_Layout.cshtml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml
index e685f8d..356a192 100644
--- a/Views/Shared/_Layout.cshtml
+++ b/Views/Shared/_Layout.cshtml
@@ -17,10 +17,9 @@
<footer class="footer bg-black small text-center text-white-50">
<div class="container px-4 px-lg-5">&copy; 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="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"></script>
</body>
</html> \ No newline at end of file