28 lines
740 B
Vue
28 lines
740 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>
|
|
<h2>My Game ID</h2>
|
|
<p>Player Name: Damillora</p>
|
|
<p>ID: y2medy4d</p>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
components: {
|
|
|
|
},
|
|
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|