miracle/pages/games/sdvx.vue

22 lines
368 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: SOUND VOLTEX VIVID WAVE</h1>
<p><a href="https://p.eagate.573.jp/game/sdvx/v/p/index.html">Game Website</a></p>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: "Game Profile: SOUND VOLTEX VIVID WAVE",
},
}
</script>
<style>
</style>