From 1f8e9aab02a849f64aa6069a04cbabaf5993c65a Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 7 May 2022 16:12:58 +0200 Subject: Initial commit --- tictactoe/online.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tictactoe/online.html (limited to 'tictactoe/online.html') diff --git a/tictactoe/online.html b/tictactoe/online.html new file mode 100644 index 0000000..38ceb88 --- /dev/null +++ b/tictactoe/online.html @@ -0,0 +1,40 @@ + + + + + + + Online Lobby | Tic-Tac-Toe + + + +
+
+

Online Mode

+

Enter a name for your game room: (this is the name you will give to the other player; make sure you pick something unique)

+ +

Enter a player name: (it will be shown to the other player)

+ +

Your game is encrypted and only you, the other player, and tictactoe.minteck.org can know what you are doing. Player name and game room name are not stored. The other player will see your IP address.

+
+ Let's go! +
+
+
+ + + + \ No newline at end of file -- cgit