summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2024-01-13 18:58:32 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2024-01-13 18:58:32 -0600
commit60d52e6cb37812cac44952ea99a1d52b19e8de13 (patch)
tree922afeab2ba969ae4f652166f2a45b2cda7cf4dc /index.html
parent82b787e494b077ad0295561549842d05b9b60ad1 (diff)
linked favicon
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6baf95f..11cd939 100644
--- a/index.html
+++ b/index.html
@@ -2,8 +2,9 @@
<html>
<head>
- <title>chrhodgden - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>chrhodgden - Home</title>
+ <link rel="icon" type="image/svg+xml" href="img/favicon.svg">
<link rel="stylesheet" href="style.css"/>
</head>