Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 2c32e82

Browse files
author
Dipankar
committed
Add jQuery library to index.html and remove unused Lucide script
1 parent ca939a4 commit 2c32e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
rel="stylesheet"
1616
href="/styles/landing-page.css"
1717
/>
18+
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
1819
</head>
1920
<body>
2021
<!-- Header -->
@@ -188,7 +189,7 @@ <h2 class="section-title">
188189
</p>
189190
</footer>
190191

191-
<script src="https://cdnjs.cloudflare.com/ajax/libs/lucide/0.263.1/lucide.min.js"></script>
192+
192193
<script
193194
src="/script/landingPage.js"
194195
defer

0 commit comments

Comments
 (0)