Skip to content

Commit 7758c35

Browse files
committed
add title bar icon
1 parent 24c47b3 commit 7758c35

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>About</title>
55
<meta name="description" content="This is the description">
6+
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
67
<link rel="stylesheet" href="style.css" />
78
</head>
89
<body>

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
45
<title>HOME</title>
56
<meta name="description" content="This is the description">
67
<link rel="stylesheet" href="style.css" />
8+
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
79
</head>
810
<body>
911
<header class="main-header">

store.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title>Store</title>
55
<meta name="description" content="This is the description">
66
<link rel="stylesheet" href="style.css" />
7+
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
78
<script src="store.js" async></script>
89
</head>
910
<body>

0 commit comments

Comments
 (0)