23 lines
424 B
Vue
23 lines
424 B
Vue
|
<template>
|
||
|
<div class="page">
|
||
|
<h1 class="title">Game Profile: The IDOLM@STER Million Live: Theater Days</h1>
|
||
|
<p><a href="https://millionlive.idolmaster.jp/theaterdays/">Game Website</a></p>
|
||
|
<h2>My Game ID</h2>
|
||
|
<p>Player Name: Damillora</p>
|
||
|
<p>ID: CGTEDUQ4</p>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
|
||
|
export default {
|
||
|
components: {
|
||
|
|
||
|
},
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style>
|
||
|
</style>
|