🔍 Added titles and descriptions

This commit is contained in:
Mawoka
2022-03-11 19:22:02 +01:00
parent ee9f2c456b
commit 0949e24223
14 changed files with 47 additions and 6 deletions
+3 -1
View File
@@ -68,7 +68,9 @@
});
// The rest
</script>
<svelte:head>
<title>ClassQuiz - Play</title>
</svelte:head>
<div>
{#if !gameMeta.started && gameData === undefined}
<JoinGame {game_pin} />