diff options
author | Your Name <you@example.com> | 2018-01-02 19:00:37 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2018-01-02 19:00:37 +0100 |
commit | 9d97367144d652b1a063c1fd894e051f955f6fd8 (patch) | |
tree | 0af35ca67735e5f382245e4f2c69bd2aa03812b3 /www | |
parent | aedaf47d2da7649d7d0e718925eb55c325435415 (diff) | |
download | lesoiseaux.io-9d97367144d652b1a063c1fd894e051f955f6fd8.tar.gz |
Remove extra favicon
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 33ae566..cd8257c 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,6 @@ <meta charset="UTF-8"> <title> Wholeheartedly Wandering Will </title> <link rel="icon" href="/assets/img/favicon.png"> - <link rel="icon" href="../assets/img/favicon.png"> <link rel="stylesheet" href="../assets/css/www.css"> </head> <body> |