29 lines
529 B
Vue
29 lines
529 B
Vue
|
<template>
|
||
|
<div class="page">
|
||
|
<h1 class="title">Game Profile: Love Live! School idol festival ALL STARS</h1>
|
||
|
<p><a href="https://lovelive-as.bushimo.jp/">Game Website</a></p>
|
||
|
<!--
|
||
|
<h2>My Review</h2>
|
||
|
<blockquote>
|
||
|
</blockquote>
|
||
|
<p><a href="">Read more</a></p>
|
||
|
-->
|
||
|
<h2>My Game ID</h2>
|
||
|
<p>Player Name: -</p>
|
||
|
<p>ID: -</p>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
|
||
|
export default {
|
||
|
components: {
|
||
|
|
||
|
},
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style>
|
||
|
</style>
|