miracle/pages/games/t7s.vue

21 lines
325 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: Tokyo 7th Sisters</h1>
<p><a href="https://t7s.jp">Game Website</a></p>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: "Game Profile: Tokyo 7th Sisters",
},
}
</script>
<style>
</style>