We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a73e92 commit a44ffd3Copy full SHA for a44ffd3
index.html
@@ -6,8 +6,9 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>Portfolio | Mohammed Abid Ali</title>
8
9
- <link rel="icon" type="png|image" href="IMAGES/saianon.png">
10
- <link rel="icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
+ <img src="./IMAGES/saianon.png" alt="Logo">
+
11
+ <link rel="icon" href="./favicon.ico" type="image/x-icon">
12
13
<link rel="stylesheet" href="style.css">
14
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
@@ -218,4 +219,4 @@ <h2>Contact Me</h2>
218
219
220
221
</body>
-</html>
222
+</html>
0 commit comments