Skip to content

Commit f8b0d0c

Browse files
committed
Add favicon and link in index.html
Add a new favicon image at public/assets/favicon/firewall-96.png and update public/index.html to include a <link rel="icon" type="image/png" href="assets/favicon/firewall-96.png" /> so browsers show the site icon.
1 parent b3975e3 commit f8b0d0c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

1.42 KB
Loading

public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<script src="assets/js/cytoscape_v3.30.4/cytoscape.min.js"></script>
1010

1111
<link rel="stylesheet" href="assets/css/styles.css" />
12+
13+
<link rel="icon" type="image/png" href="assets/favicon/firewall-96.png" />
1214
</head>
1315

1416
<body>

0 commit comments

Comments
 (0)