Skip to content

Commit a44ffd3

Browse files
Update index.html
1 parent 6a73e92 commit a44ffd3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Portfolio | Mohammed Abid Ali</title>
88

9-
<link rel="icon" type="png|image" href="IMAGES/saianon.png">
10-
<link rel="icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
9+
<img src="./IMAGES/saianon.png" alt="Logo">
10+
11+
<link rel="icon" href="./favicon.ico" type="image/x-icon">
1112

1213
<link rel="stylesheet" href="style.css">
1314
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
@@ -218,4 +219,4 @@ <h2>Contact Me</h2>
218219

219220

220221
</body>
221-
</html>
222+
</html>

0 commit comments

Comments
 (0)