miracle/pages/games/fgo.vue

25 lines
445 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: Fate/Grand Order (JP)</h1>
<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: {
title: "Game Profile: Fate/Grand Order (JP)",
},
}
</script>
<style>
</style>