mirror of
https://github.com/danbulant/slightlyComplicatedTicTacToe
synced 2026-06-19 14:31:16 +00:00
rename to ultimate tic tac toe
This commit is contained in:
parent
3ceae76208
commit
af7f4e0bd0
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<svelte:head>
|
||||
<title>Slightly complicated tictactoe</title>
|
||||
<title>Ultimate tictactoe</title>
|
||||
</svelte:head>
|
||||
|
||||
<main class="flex items-center justify-center flex-col">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Slightly complicated tictactoe</title>
|
||||
<title>Ultimate tictactoe</title>
|
||||
</svelte:head>
|
||||
|
||||
<Game />
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Slightly complicated tictactoe</title>
|
||||
<title>Ultimate tictactoe</title>
|
||||
</svelte:head>
|
||||
|
||||
{#if !$connection}
|
||||
|
|
|
|||
Loading…
Reference in a new issue