summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2024-01-14 20:53:20 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2024-01-14 20:53:20 -0600
commit3abed3973308c7cb7f2258d4b5633a41527b4d00 (patch)
tree403addc36742a9d21d490fbada89d1f61f599fdb /index.html
parente4816e7eeee4f498e358a0c5e0ca5b286c63b6ba (diff)
added vitory check
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 c11b476..b124bd9 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">
+ <script src="https://cdn.jsdelivr.net/npm/mathjs@9.0.0/lib/browser/math.js"></script>
<script defer src="app.js"></script>
</head>
<body>