Skip to content

Commit b53dfb7

Browse files
author
Paulo Rezende
committed
Add a favicon
1 parent 5cacbe5 commit b53dfb7

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

build/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<title>Statik Starter Kit</title>
1010

11+
<link rel="shortcut icon" type="image/x-icon" href="public/images/favicon.ico" />
1112
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
1213
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54="
1314
crossorigin="anonymous" />

statik/images/favicon.ico

1.12 KB
Binary file not shown.

statik/scripts/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import '../styles/app.css';
22

33
import '../images/logo.png';
4+
import '../images/favicon.ico';
45

56
console.log('JavaScript is running...');

0 commit comments

Comments
 (0)