Skip to content

Commit 60bef2f

Browse files
committed
Update index.html
1 parent b7a1787 commit 60bef2f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: devChallenges-Interior-Consultant/index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66

77
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
8-
<link rel="stylesheet" href="css/style.css">
98
<title>interior consultant challenge</title>
9+
<link rel="stylesheet" href="css/style.css">
10+
<link rel="icon" href="resources/devchallenges.png" />
11+
<link rel="shortcut icon" type="resource/x-icon" href="https://devchallenges.io/" />
12+
1013
</head>
1114
<body>
1215
<header class="header container">
1316
<div class="header__top">
14-
<a class="header__button" href="#home">this interior</a>
17+
<a class="brand__button" href="#home">this interior</a>
1518
<span class="material-icons md-36 navbar__icon" id="navbar__icon">
1619
menu
1720
</span>

0 commit comments

Comments
 (0)