miracle/pages/games/shinymas.vue

25 lines
470 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: THE IDOLM@STER: Shiny Colors</h1>
<p><a href="https://shinycolors.idolmaster.jp">Game Website</a></p>
<h2>My Game ID</h2>
<p>Player Name: Damillora</p>
<p>ID: ePmtJyTwzn</p>
</div>
</template>
<script>
export default {
components: {
},
meta: {
title: "Game Profile: THE IDOLM@STER: Shiny Colors",
}
}
</script>
<style>
</style>