Skip to content

Commit

Permalink
correction chemin favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tvilmus authored Aug 1, 2019
1 parent 0ebb5c8 commit e404811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="stylesheet" type="text/css" href="css/stylehtm.css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/odometer-theme-car.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<style>
.odometer {
font-size: 80px;
Expand Down

0 comments on commit e404811

Please sign in to comment.