Skip to content

Commit bd8af46

Browse files
committed
chore:restructure project folders(moved css/js into src)
1 parent ba6f27b commit bd8af46

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
1111
<link rel="stylesheet" href="style.css" />
1212

13+
<link rel="stylesheet" href="./src/style.css" />
14+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
1315
</head>
1416
<body>
1517
<header class="header">
@@ -254,6 +256,14 @@ <h2 class="section-title" style="font-size: 3rem; text-align: center; margin-bot
254256

255257
</section>
256258

259+
<div id="message-overlay">
260+
<div class="overlay-content">
261+
<i class="fas fa-check-circle"></i>
262+
<p>Message Delivered</p>
263+
</div>
264+
</div>
265+
</main>
266+
<script src="./src/script.js"></script>
257267

258268
<div id="message-overlay">
259269
<div class="overlay-content">
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)