miracle/pages/games/puroseka.vue

28 lines
511 B
Vue
Raw Normal View History

<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: {
},
2020-11-09 11:16:34 +00:00
head: {
title: "Game Profile: Project SEKAI COLORFUL STAGE!",
},
}
</script>
<style>
</style>