summaryrefslogtreecommitdiff
path: root/Views/Shared
diff options
context:
space:
mode:
Diffstat (limited to 'Views/Shared')
-rw-r--r--Views/Shared/_Layout.cshtml6
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">&copy; 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>