6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< title > EvoXcel</ title >
8
8
< link href ="./output.css " rel ="stylesheet ">
9
- < link rel ="stylesheet " href ="./css/style.css ">
9
+ < link rel ="stylesheet " href ="./src/ css/style.css ">
10
10
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css "
11
11
integrity ="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A== "
12
12
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>
531
531
< p class ="text-gray-600 mb-4 "> Don’t miss any updates of our new templates and extensions.!
532
532
</ p >
533
533
< 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 "
535
536
placeholder ="Email ">
536
537
< button class ="btn btn_get btn_get_two bg-blue-500 text-white py-2 px-4 rounded "
537
538
type ="submit "> Subscribe</ button >
@@ -591,9 +592,9 @@ <h3 class="f-title font-semibold text-lg text-gray-800 mb-4">Team Solutions</h3>
591
592
</ div >
592
593
</ footer >
593
594
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 >
597
598
</ body >
598
599
599
600
</ html >
0 commit comments