Skip to content

Commit cbfc502

Browse files
committed
add the new title bar icon
1 parent 6cdfd80 commit cbfc502

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

about.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html>
33
<head>
44
<title>About</title>
5-
<meta name="description" content="This is the description">
6-
75
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
6+
<meta name="description" content="This is the description">
87
<link rel="stylesheet" href="style.css" />
98
</head>
109
<body>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44

55
<title>HOME</title>
6+
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
67
<meta name="description" content="This is the description">
78
<link rel="stylesheet" href="style.css" />
89

9-
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
1010
</head>
1111
<body>
1212
<header class="main-header">

store.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html>
33
<head>
44
<title>Store</title>
5+
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
56
<meta name="description" content="This is the description">
67
<link rel="stylesheet" href="style.css" />
7-
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
88
<script src="store.js" async></script>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)