Skip to content

Commit 3f8b664

Browse files
committed
new import : favicon
1 parent d84fa87 commit 3f8b664

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Loading

samples/NodeJsWebApplication/views/index.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta name="author" content="">
1313

1414
<title>SB Admin 2 - Dashboard <%= title %></title>
15-
15+
1616
<!-- Header -->
1717
<%- include('./partials/head.ejs') %>
1818
<!-- End of Header -->

samples/NodeJsWebApplication/views/partials/head.ejs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
<!-- <a target="_blank" href="https://icons8.com/icons/set/puzzle">Puzzle icon</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a> -->
2+
<link rel="icon" href="/app/images/favicon.png" type="image/png" sizes="16x16">
23
<!-- Custom fonts for this template-->
34
<link href="/theme/sb-admin/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
45
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">

0 commit comments

Comments
 (0)