Add F/GO to game list
This commit is contained in:
parent
9d0aacbba7
commit
1453437e50
24
pages/games/fgo.vue
Normal file
24
pages/games/fgo.vue
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<template>
|
||||||
|
<div class="page">
|
||||||
|
<h1 class="title">Game Profile: </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: ",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
</style>
|
@ -86,6 +86,11 @@
|
|||||||
link="/games/azurlane"
|
link="/games/azurlane"
|
||||||
gameid="204960914"
|
gameid="204960914"
|
||||||
/>
|
/>
|
||||||
|
<GameListItem
|
||||||
|
name="Fate/Grand Order (JP)"
|
||||||
|
link="/games/fgo"
|
||||||
|
gameid="744497723"
|
||||||
|
/>
|
||||||
<!--
|
<!--
|
||||||
<GameListItem
|
<GameListItem
|
||||||
name=""
|
name=""
|
||||||
|
Loading…
Reference in New Issue
Block a user