diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-10 07:36:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-10 07:36:29 +0300 |
commit | 40f101057350347317618252fd2fda3f170a982a (patch) | |
tree | 471ba9b02f8e3022e5e170a0a126cfef97a08c18 /Views/Shared | |
parent | 2aba54753950fcef482b25bc7234d274ceff990a (diff) |
Add fancybox lightbox
Diffstat (limited to 'Views/Shared')
-rw-r--r-- | Views/Shared/_Layout.cshtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 356a192..d834178 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -10,6 +10,7 @@ <link rel="icon" type="image/x-icon" href="/assets/favicon.ico" /> <script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script> <link href="/css/styles.css" rel="stylesheet" /> + <link href="/lib/fancyapps-ui/fancybox.css" rel="stylesheet" /> </head> <body id="page-top"> @@ -20,6 +21,7 @@ <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/fancyapps-ui/fancybox.umd.js"></script> </body> </html>
\ No newline at end of file |