2020-01-30 07:16:48 +00:00
|
|
|
<template>
|
|
|
|
<div class="page">
|
|
|
|
<h1 class="title">Game Profile: Arcaea</h1>
|
|
|
|
<p><a href="https://arcaea.lowiro.com">Game Website</a></p>
|
|
|
|
<h2>My Game ID</h2>
|
|
|
|
<p>Player Name: Damillora</p>
|
|
|
|
<p>ID: 264202217</p>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
|
|
|
},
|
2020-02-01 20:26:13 +00:00
|
|
|
meta: {
|
|
|
|
title: "Game Profile: Arcaea",
|
|
|
|
}
|
2020-01-30 07:16:48 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|