summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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>