mirror of
https://github.com/danbulant/slightlyComplicatedTicTacToe
synced 2026-07-05 11:10:57 +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>
|
<svelte:head>
|
||||||
<title>Slightly complicated tictactoe</title>
|
<title>Ultimate tictactoe</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<main class="flex items-center justify-center flex-col">
|
<main class="flex items-center justify-center flex-col">
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Slightly complicated tictactoe</title>
|
<title>Ultimate tictactoe</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Game />
|
<Game />
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Slightly complicated tictactoe</title>
|
<title>Ultimate tictactoe</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
{#if !$connection}
|
{#if !$connection}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue