28 lines
511 B
Vue
28 lines
511 B
Vue
<template>
|
|
<div class="page">
|
|
<h1 class="title">Game Profile: Project SEKAI COLORFUL STAGE!</h1>
|
|
<p><a href="https://pjsekai.sega.jp/">Game Website</a></p>
|
|
<!--
|
|
<h2>My Review</h2>
|
|
<blockquote>
|
|
</blockquote>
|
|
<p><a href="">Read more</a></p>
|
|
-->
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
components: {
|
|
|
|
},
|
|
meta: {
|
|
title: "Game Profile: Project SEKAI COLORFUL STAGE!",
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|