miracle/pages/games/llsif.vue

23 lines
407 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: Love Live! School Idol Festival (JP)<</h1>
<p><a href="https://lovelive-sif.bushimo.jp/">Game Website</a></p>
<h2>My Game ID</h2>
<p>Player Name: Damillora</p>
<p>ID: 755897396</p>
</div>
</template>
<script>
export default {
components: {
},
}
</script>
<style>
</style>