Skip to content

Commit

Permalink
maj contenu
Browse files Browse the repository at this point in the history
  • Loading branch information
itdeveloppement committed May 26, 2024
1 parent 6cc4547 commit 36c770c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added favicon.ico
Binary file not shown.
Binary file removed favicon.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- link css -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- favicon et image à la racine du site-->
<link rel="shortcut icon" type="image/png" href="./favicon.jpg"/>
<link rel="shortcut icon" type="image/png" href="./favicon.ico"/>

<!--link font-->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
2 changes: 1 addition & 1 deletion projet.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- link css -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- favicon et image à la racine du site-->
<link rel="shortcut icon" type="image/png" href="./favicon.jpg"/>
<link rel="shortcut icon" type="image/png" href="./favicon.ico"/>

<!--link font-->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down

0 comments on commit 36c770c

Please sign in to comment.