miracle/pages/games/bandori.vue

25 lines
481 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: BanG Dream! Girls Band Party (JP)</h1>
<p><a href="https://bang-dream.bushimo.jp/">Game Website</a></p>
<h2>My Game ID</h2>
<p>Player Name: [RS]Damillora</p>
<p>ID: 106205253</p>
</div>
</template>
<script>
export default {
components: {
},
meta: {
title: "Game Profile: BanG Dream! Girls Band Party (JP)",
},
}
</script>
<style>
</style>