Skip to content

Commit eec1fc5

Browse files
committed
the change some codes
1 parent 4defa2a commit eec1fc5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
rel="stylesheet"
1616
/>
1717
<!-- google icon links end -->
18+
<!-- fontawesome link start -->
19+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
20+
<!-- fontawesome link end -->
21+
22+
1823
<body>
1924
<!-- start Header -->
2025
<div class="header">
@@ -25,8 +30,8 @@
2530
/>
2631

2732
<div class="input-headder">
28-
<span class="material-icons">search</span>
29-
<input type="text" placeholder="Seach Facebook" />
33+
<a href="#"><i class="fa-solid fa-magnifying-glass"></i></a>
34+
<input type="text" placeholder="Search Facebook" />
3035
</div>
3136
</div>
3237
<div class="header-middle">
@@ -313,6 +318,7 @@ <h3>Sumalov intiqam</h3>
313318
</div>
314319

315320
<!-- body end -->
321+
316322
<div id="fb-root"></div>
317323
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/tr_TR/sdk.js#xfbml=1&version=v15.0" nonce="sKvQhMQx"></script>
318324
</body>

0 commit comments

Comments
 (0)