diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 18:38:25 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 18:38:25 +0200 |
| commit | 43ba019bc0d3af502b806169dad5fcbbfc87d2b7 (patch) | |
| tree | 032edf9d97820152e880c80192c31d7ff26fafe8 /web/src | |
| parent | a984c69e3cca4bcf822989bb78a8befe2397e487 (diff) | |
feat(web): add favicon as link
Diffstat (limited to 'web/src')
| -rw-r--r-- | web/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/index.html b/web/src/index.html index 846f5be..b296f52 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <title>Notive</title> <link rel="stylesheet" href="index.css" /> + <link rel="icon" href="favicon.ico" /> <script type="module" src="index.ts"></script> <script type="module" src="components/index.ts"></script> </head> |
