summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2024-01-15 16:20:04 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2024-01-15 16:20:04 -0600
commitca23fac11fea368ac2a611f25904bdd5cd26c221 (patch)
treed4a5813af8b666eb2672efb55fdc57830c5533ee /index.html
parent5ba190f6b4c32740a47e0fa0c71cee76ee6fc24e (diff)
added favicon
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index b124bd9..a74b7d6 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tit Tac Toe</title>
<link rel="stylesheet" href="style.css">
+ <link rel="icon" href="img/favicon.svg">
<script src="https://cdn.jsdelivr.net/npm/mathjs@9.0.0/lib/browser/math.js"></script>
<script defer src="app.js"></script>
</head>