Skip to content

Commit 48f98aa

Browse files
committed
chore:restructure project folders(moved css/js into src)
1 parent b7c8623 commit 48f98aa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet" />
99
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
1010
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
11-
<link rel="stylesheet" href="style.css" />
11+
<link rel="stylesheet" href="./src/style.css" />
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
1313
</head>
1414
<body>
@@ -210,7 +210,7 @@ <h2 class="section-title" style="font-size: 3rem; text-align: center; margin-bot
210210
</div>
211211
</div>
212212
</main>
213-
<script src="script.js"></script>
213+
<script src="./src/script.js"></script>
214214

215215
</body>
216216
</html>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)