diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-14 20:53:20 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-14 20:53:20 -0600 |
commit | 3abed3973308c7cb7f2258d4b5633a41527b4d00 (patch) | |
tree | 403addc36742a9d21d490fbada89d1f61f599fdb /index.html | |
parent | e4816e7eeee4f498e358a0c5e0ca5b286c63b6ba (diff) |
added vitory check
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |