diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 06:50:36 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 06:50:36 +0300 |
commit | e922edc785a34f219ded4d2a3e5538235f7ae182 (patch) | |
tree | 1630ccf4ab01ad7d0a361647146bc1ebb2b3b4c3 /Views/Shared | |
parent | e02af80b646ea4436abc1f46cc01ec72172a77e6 (diff) |
Move to local font-awesome
Diffstat (limited to 'Views/Shared')
-rw-r--r-- | Views/Shared/_Layout.cshtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 037fd10..9be9441 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -8,9 +8,9 @@ <meta name="author" content="" /> <title>Grayscale - Start Bootstrap Theme</title> <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" /> + <script src="/lib/font-awesome/js/all.js"></script> <link href="/lib/fancyapps-ui/fancybox.css" rel="stylesheet" /> + <link href="/css/styles.css" rel="stylesheet" /> </head> <body id="page-top"> @@ -18,7 +18,7 @@ <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="lib/bootstrap/js/bootstrap.bundle.min.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> |