diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-23 16:45:38 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-23 16:45:38 -0600 |
commit | 865eb864587790910fdfcb45322d45b179852799 (patch) | |
tree | 345d3f70abc6ba97903f49f1f3cf25e55d185ece | |
parent | 069a545a706622e073f5aa7e46557b1e560a64fc (diff) |
fixed title
-rw-r--r-- | projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html b/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html index d2b8145..f637a4f 100644 --- a/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html +++ b/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>chrhodgden - NNetwork</title> + <title>chrhodgden - Tic-Tac-Toe</title> <link rel="stylesheet" href="../style.css"/> <style> :root { |