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