mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-08 19:34:03 +01:00
Fix css filepath on header
This commit is contained in:
parent
e6b95d7610
commit
256767bc98
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
||||
<script src="https://kit.fontawesome.com/e48d166edc.js" crossorigin="anonymous"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
|
||||
<link rel="stylesheet" type="text/css" href="/js/plugins/OwlCarousel2-2.2.1/owl.carousel.css">
|
||||
<script src="https://unpkg.com/feather-icons"></script>
|
||||
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
||||
|
|
Loading…
Reference in a new issue