Skip to content

Commit a3ccd57

Browse files
feat(remote): add modern SVG favicon
1 parent 20485df commit a3ccd57

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

img/favicon.svg

Lines changed: 12 additions & 0 deletions
Loading

remote.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="google" content="notranslate" />
8-
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
8+
<!-- Modern SVG favicon with dark mode support -->
9+
<link
10+
rel="icon"
11+
href="modules/MMM-Remote-Control/img/favicon.svg"
12+
type="image/svg+xml"
13+
/>
914
<link rel="stylesheet" href="css/main.css" />
1015
<link rel="stylesheet" href="css/roboto.css" />
1116
<link rel="stylesheet" href="css/font-awesome.css" />

0 commit comments

Comments
 (0)