Skip to content

Commit cf058a4

Browse files
committed
feat: update favicon links and add new icons for better branding
1 parent b3c3d98 commit cf058a4

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
7-
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
86
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="icon" type="image/svg+xml" href="https://raphaelbaguelin.fr/logo.svg" />
8+
<link rel="icon" type="image/png" sizes="192x192" href="https://raphaelbaguelin.fr/favicon.png" />
9+
<link rel="icon" type="image/x-icon" href="https://raphaelbaguelin.fr/favicon.ico" />
10+
<link rel="apple-touch-icon" sizes="180x180" href="https://raphaelbaguelin.fr/apple-touch-icon.png" />
911
<title>Raphaël Baguelin - Portfolio</title>
1012
<meta name="description"
1113
content="Portfolio de Raphael Baguelin, étudiant en cybersécurité. Découvrez mes projets en développement web, IoT, réseau et sécurité offensive/défensive." />

public/apple-touch-icon.png

3.17 KB
Loading

public/favicon.ico

144 KB
Binary file not shown.

public/favicon.png

3.4 KB
Loading

public/logo.png

60.7 KB
Loading

0 commit comments

Comments
 (0)