diff options
author | Joris | 2022-02-15 08:06:34 +0100 |
---|---|---|
committer | Joris | 2022-02-15 08:06:50 +0100 |
commit | c0348680837edd053616d3c0cb1d1728c6ff74f1 (patch) | |
tree | 0bf045c1fc87dda03a934668e5e70f443cd8bf29 /public/index.html | |
parent | 41a354fdc3c3da1da52e542152858247d04b8887 (diff) |
Remove icon
As it is not personalized, let’s remove it.
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 1bae311..4de55c3 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <meta name="author" content="Joris Guyonvarch"> <meta name="description" content="See my resume and projects."> <link rel="stylesheet" href="/main.css"> -<link rel="icon" href="/icon.png"> +<link rel="icon" href="data:,"> <title>Joris Guyonvarch</title> |