2020-08-19 03:54:40 +00:00
|
|
|
<template>
|
|
|
|
<div class="page">
|
2020-08-30 03:03:06 +00:00
|
|
|
<h1 class="title">Game Profile: Fate/Grand Order (JP)</h1>
|
2020-08-19 03:54:40 +00:00
|
|
|
<p><a href="https://www.fate-go.jp">Game Website</a></p>
|
|
|
|
<h2>My Game ID</h2>
|
|
|
|
<p>Player Name: Damillora</p>
|
|
|
|
<p>ID: 744497723</p>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
|
|
|
},
|
|
|
|
meta: {
|
2020-08-30 03:03:06 +00:00
|
|
|
title: "Game Profile: Fate/Grand Order (JP)",
|
2020-08-19 03:54:40 +00:00
|
|
|
},
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|