summaryrefslogtreecommitdiff
path: root/Pages/Shared/_Layout.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/Shared/_Layout.cshtml')
-rw-r--r--Pages/Shared/_Layout.cshtml19
1 files changed, 12 insertions, 7 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml
index 789b9d5..e308e85 100644
--- a/Pages/Shared/_Layout.cshtml
+++ b/Pages/Shared/_Layout.cshtml
@@ -20,15 +20,22 @@
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
- <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" />
+ <!-- Bootstrap -->
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
+ <!-- Fancybox -->
+ <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/@@fancyapps/fancybox@@3.5.7/dist/jquery.fancybox.min.js"></script>
+ <link href="https://cdn.jsdelivr.net/npm/@@fancyapps/fancybox@@3.5.7/dist/jquery.fancybox.min.css" rel="stylesheet">
+ <!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link
- href="https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+Mono&family=Nunito&display=swap"
+ <link href="https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+Mono&family=Nunito&display=swap"
rel="stylesheet">
+ <!-- Styles -->
+ <link href="/css/styles.css" rel="stylesheet" />
+ <!-- Font Awesome -->
+ <script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (m, e, t, r, i, k, a) {
@@ -56,8 +63,6 @@
<footer class="footer bg-black small text-center text-white-50">
<div class="container px-4 px-lg-5">My Darling Underwear &copy; 2023</div>
</footer>
- <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>