0
0

Move to local font-awesome

This commit is contained in:
Sergey Chebotar 2023-02-14 06:50:36 +03:00
parent e02af80b64
commit e922edc785
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -9,6 +9,10 @@
{
"library": "bootstrap@5.1.3",
"destination": "wwwroot\\lib\\bootstrap"
},
{
"library": "font-awesome@6.3.0",
"destination": "wwwroot\\lib\\font-awesome"
}
]
}