Skip to content

Commit

Permalink
Components
Browse files Browse the repository at this point in the history
  • Loading branch information
helloswapnadeep committed Dec 28, 2024
1 parent fac29dd commit 58b9d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
<!-- ! Font Awesome Libraries (important for Icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- ! External CSS -->
<link rel="stylesheet" href="Components/styles.css" />
<link rel="stylesheet" href="components/styles.css" />
<!-- ! External JS -->
<script src="Components/scripts.js" defer></script>
<script src="components/scripts.js" defer></script>
</head>
<body>
<main class="main-container">
Expand Down

0 comments on commit 58b9d2c

Please sign in to comment.