Skip to content

Commit ca254c0

Browse files
Add theme color
1 parent 0198120 commit ca254c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

24 - Sticky Nav/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- title -->
45
<title>Sticky Nav</title>
56

67
<!-- required meta tags -->
78
<meta charset="UTF-8" />
89
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
910
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
<meta name="theme-color" content="#d6d8d8" />
1012

1113
<!-- favicon -->
1214
<link

0 commit comments

Comments
 (0)