2020-10-04 18:45:17 +00:00
|
|
|
<template>
|
|
|
|
<div class="page">
|
|
|
|
<h1 class="title">Game Profile: Genshin Impact</h1>
|
|
|
|
<p><a href="https://genshin.mihoyo.com">Game Website</a></p>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
|
|
|
},
|
2020-11-09 11:16:34 +00:00
|
|
|
head: {
|
2020-10-04 18:45:17 +00:00
|
|
|
title: "Game Profile: Genshin Impact",
|
|
|
|
},
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|