22 lines
370 B
Vue
22 lines
370 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>
|
|
<h2>My Game ID</h2>
|
|
<p>Player Name: Damillora</p>
|
|
<p>ID: M2mXkWk</p>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
components: {
|
|
|
|
},
|
|
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|