Skip to content

Commit 4d3d18b

Browse files
committed
Improve favicon support with additional link tags
1 parent 5a2b4f5 commit 4d3d18b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<link rel="alternate icon" href="/favicon.svg" type="image/svg+xml" />
7+
<link rel="mask-icon" href="/favicon.svg" color="#2a9d8f" />
68
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
79
<meta name="description" content="Ammar Ahmed - Data Scientist specializing in NLP, Machine Learning, and AI Development. Portfolio showcasing projects in Credit Card Fraud Detection, Medical QA, and Film Recommendation Systems." />
810
<title>Ammar Ahmed | Data Scientist & AI Developer</title>

0 commit comments

Comments
 (0)