Skip to content

Commit c781dc4

Browse files
committed
Added Favicon
1 parent 2b6fe38 commit c781dc4

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# Responsive HTML5 CSS3 Navigation Menu (No Framework)
2+
23
A super responsive HTML5, CSS3 Navigation Menu
4+
5+
Demo Link:
6+
https://codepen.io/arravind-r/pen/poEqMJG

favicon.png

13 KB
Loading

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>Responsive HTML5 CSS3 Navigation Menu - No Framework</title>
7+
<link rel="icon" href="favicon.png" type="image/png" sizes="16x16" />
78
<link rel="preconnect" href="https://fonts.gstatic.com" />
89
<link
910
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap"

0 commit comments

Comments
 (0)