Skip to content

Commit

Permalink
Add a favicon to the html file
Browse files Browse the repository at this point in the history
  • Loading branch information
aadhithbala committed Jul 22, 2023
1 parent 4b24a00 commit 2da7fb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Cat Lounge</title>
<link
rel="shortcut icon"
href="./assets/favicons/favicon-white.ico"
type="image/x-icon"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="shadow.css" />
<script src="script.js" defer></script>
Expand Down

0 comments on commit 2da7fb2

Please sign in to comment.