Skip to content

Commit 716436d

Browse files
committed
add favicon
1 parent 61ce95a commit 716436d

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.ipython_checkpoints
3-
dist
3+
dist
4+
.DS_Store

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
7-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
6+
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
7+
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
8+
<link rel="icon" href="favicon.ico" />
89
<meta name="viewport" content="width=device-width, initial-scale=1" />
910
<meta name="theme-color" content="#000000" />
1011
<meta name="description" content="A web application to share network visualizations" />

public/favicon-16x16.png

803 Bytes
Loading

public/favicon-32x32.png

2.18 KB
Loading

public/favicon.ico

320 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)