miracle/pages/games/sdvx.vue

27 lines
514 B
Vue

<template>
<div class="page">
<PageHeader>
<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>
</PageHeader>
<main class="container mx-auto main">
</main>
</div>
</template>
<script>
import PageHeader from "@/components/PageHeader";
export default {
components: {
PageHeader,
},
head: {
title: "Game Profile: SOUND VOLTEX VIVID WAVE",
},
}
</script>
<style>
</style>