Add: Gameroon screen

This commit is contained in:
Esa Kataja
2025-11-14 02:25:20 +02:00
parent d69df9d280
commit 915d6cfbcc
37 changed files with 402 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<div class="poster-content">
<img class="poster" :src="movie_data.Poster" alt="">
<p>{{ movie_data.Plot }}</p>
<NuxtLink class="btn btn-primary" to="/">Aloita</NuxtLink>
<NuxtLink class="btn btn-primary" to="/gameroom">Aloita</NuxtLink>
</div>
</div>
</template>