25 lines
482 B
Vue
25 lines
482 B
Vue
<template>
|
|
<div class="page">
|
|
<h1 class="title">Game Profile: Revue Starlight Re LIVE (EN)</h1>
|
|
<p><a href="https://www.en.revuestarlight-relive.com/">Game Website</a></p>
|
|
<h2>My Game ID</h2>
|
|
<p>Player Name: [RS]Damillora</p>
|
|
<p>ID: 2490812618</p>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
components: {
|
|
|
|
},
|
|
meta: {
|
|
title: "Game Profile: Revue Starlight Re LIVE (EN)",
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|