1
Fork 0

Add a favicon to the options page.

This commit is contained in:
Bauke 2022-03-15 19:17:52 +01:00
parent 35aa0bc600
commit 74e6ea8e33
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebExtension Template</title>
<link rel="shortcut icon" href="/assets/web-ext-template-logo.png" type="image/png">
<link rel="stylesheet" href="./index.scss">
</head>