miracle/pages/games/llsif.vue

22 lines
377 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>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: "Game Profile: Love Live! School Idol Festival (JP)",
}
}
</script>
<style>
</style>