diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 07:58:46 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 07:58:46 +0300 |
commit | 2aba54753950fcef482b25bc7234d274ceff990a (patch) | |
tree | cd300bf7530a8ff7f693203e47dcacce2547b9ff /Views/Shared | |
parent | 0105789fa319252d29424928ce7ac4e463d72d38 (diff) |
styles and sripts edit
Diffstat (limited to 'Views/Shared')
-rw-r--r-- | Views/Shared/_Layout.cshtml | 5 |
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">© 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 |