miracle/pages/games/unison.vue

27 lines
712 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: 欅坂46日向坂46 UNI'S ON AIR</h1>
<p><a href="https://keyahina-unisonair.com/">Game Website</a></p>
<h2>My Review</h2>
<blockquote>
Suffice to say, I enjoy this game more than Nogizaka46's rhythm game, which requires memorization of songs a bit too much.
</blockquote>
<p><a href="https://blog.nanao.moe/game-reviews/keyakizaka46-hinatazaka46-unis-on-air/">Read more</a></p>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: "Game Profile: 欅坂46・日向坂46 UNI'S ON AIR",
},
}
</script>
<style>
</style>