feat: add favicon element handling for dynamic weather updates
This commit is contained in:
parent
2f60206e25
commit
9a35a3f0d4
3 changed files with 60 additions and 57 deletions
|
@ -2,7 +2,7 @@
|
|||
<html lang="en" data-bs-theme="dark" data-bs-core="default">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" id="favicon" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark">
|
||||
<meta name="description" content="A New Tab Page." />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue