Skip to content

Commit 4afed9e

Browse files
committed
Added favicon
1 parent f6c1d25 commit 4afed9e

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
.DS_Store

favicon.ico

32.2 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
55
<meta name='viewport' content='width=device-width, initial-scale=1'>
66
<title>LatamJS</title>
7+
<link rel='shortcut icon' href='favicon.ico'>
78
<link rel='stylesheet' type='text/css' href='dist/all.css'>
89
</head>
910
<body>

0 commit comments

Comments
 (0)