summaryrefslogtreecommitdiffstats
path: root/assets/index.html
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-10-13 20:44:03 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-10-13 20:44:03 -0500
commitd3768b1d9712436da6df4e1eef54737890035f62 (patch)
tree11f9dfb2595b0d19f7811d13ceff6ef076b7d5ec /assets/index.html
parentaac6390f82d1f8626c466b531870dc5bde080f87 (diff)
feat: improve ui and add test service
Diffstat (limited to 'assets/index.html')
-rw-r--r--assets/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/index.html b/assets/index.html
index c03a7b7..dfa316a 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel="icon" type="image/svg" href="/favicon.svg" />
<link rel="stylesheet" type="text/css" href="index.css" />
<script src="index.js"></script>
</head>