add favicon

This commit is contained in:
Rich Harris 2019-05-13 08:47:50 -04:00
parent a6aac20f14
commit bf9b980f37
2 changed files with 1 additions and 0 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -6,6 +6,7 @@
<title>Svelte app</title>
<link rel='icon' type='image/png' href='favicon.png'>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='bundle.css'>
</head>