miracle/pages/games/llsif.vue

27 lines
523 B
Vue

<template>
<div class="page">
<PageHeader>
<h1 class="title">Game Profile: Love Live! School Idol Festival (JP)</h1>
<p><a href="https://lovelive-sif.bushimo.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
</main>
</div>
</template>
<script>
import PageHeader from "@/components/PageHeader";
export default {
components: {
PageHeader,
},
head: {
title: "Game Profile: Love Live! School Idol Festival (JP)",
}
}
</script>
<style>
</style>