Skip to content

Commit d37ca92

Browse files
completed
1 parent 6efac6e commit d37ca92

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/index.html index.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>EvoXcel</title>
88
<link href="./output.css" rel="stylesheet">
9-
<link rel="stylesheet" href="./css/style.css">
9+
<link rel="stylesheet" href="./src/css/style.css">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
1111
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
1212
crossorigin="anonymous" referrerpolicy="no-referrer" />
@@ -531,7 +531,8 @@ <h3 class="f-title font-semibold text-lg text-gray-800 mb-4">Get in Touch</h3>
531531
<p class="text-gray-600 mb-4">Don’t miss any updates of our new templates and extensions.!
532532
</p>
533533
<form action="#" class="f_subscribe_two mailchimp" method="post" novalidate="true">
534-
<input type="text" name="EMAIL" class="form-control ring-1 ring-gray-300 memail w-full p-2 mb-4"
534+
<input type="text" name="EMAIL"
535+
class="form-control ring-1 ring-gray-300 memail w-full p-2 mb-4"
535536
placeholder="Email">
536537
<button class="btn btn_get btn_get_two bg-blue-500 text-white py-2 px-4 rounded"
537538
type="submit">Subscribe</button>
@@ -591,9 +592,9 @@ <h3 class="f-title font-semibold text-lg text-gray-800 mb-4">Team Solutions</h3>
591592
</div>
592593
</footer>
593594

594-
<script src="./js/particles.js"></script>
595-
<script src="./js/app.js"></script>
596-
<script src="./js/script.js"></script>
595+
<script src="./src/js/particles.js"></script>
596+
<script src="./src/js/app.js"></script>
597+
<script src="./src/js/script.js"></script>
597598
</body>
598599

599600
</html>

src/input.css input.css

File renamed without changes.

src/output.css output.css

File renamed without changes.

0 commit comments

Comments
 (0)