summaryrefslogtreecommitdiff
path: root/web/src/index.html
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-26 18:38:25 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-26 18:38:25 +0200
commit43ba019bc0d3af502b806169dad5fcbbfc87d2b7 (patch)
tree032edf9d97820152e880c80192c31d7ff26fafe8 /web/src/index.html
parenta984c69e3cca4bcf822989bb78a8befe2397e487 (diff)
feat(web): add favicon as link
Diffstat (limited to 'web/src/index.html')
-rw-r--r--web/src/index.html1
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>