Skip to content

Commit

Permalink
Add favicon to Google pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sandovaldavid committed Sep 3, 2024
1 parent 6b022a3 commit 6044a5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added google/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions google/google-advance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Google Advance</title>
<link rel="stylesheet" href="../styles/styles.css">
<link rel="icon" href="../favicon.png" type="image/png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions google/google-images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Google Images</title>
<link rel="stylesheet" href="../styles/styles.css">
<link rel="icon" href="../favicon.png" type="image/png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions google/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Search</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="icon" href="favicon.png" type="image/png">
</head>
<body>
<header>
Expand Down

0 comments on commit 6044a5b

Please sign in to comment.