From bd2d57e5146bbedbf7718efa176345d52bbfbf02 Mon Sep 17 00:00:00 2001 From: KoDer Date: Thu, 28 May 2026 18:46:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20tic-tac-toe.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tic-tac-toe.html | 192 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 tic-tac-toe.html diff --git a/tic-tac-toe.html b/tic-tac-toe.html new file mode 100644 index 0000000..fa3e14f --- /dev/null +++ b/tic-tac-toe.html @@ -0,0 +1,192 @@ + + + + + +Крестики-нолики + + + +

❌ Крестики-нолики

+
Ваш ход (X)
+
+
+Вы (X): 0 +НИЧЬЯ: 0 +Компьютер (O): 0 +
+ + + + + \ No newline at end of file