Skip to content

Commit

Permalink
feat:added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
birajx committed Oct 26, 2022
1 parent 18dd09b commit 14d43dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%=title%></title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/icon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
Expand Down

0 comments on commit 14d43dc

Please sign in to comment.