2019-09-27 19:49:30 +00:00
|
|
|
<template>
|
2019-11-29 20:13:03 +00:00
|
|
|
<div class="page">
|
2019-09-27 19:49:30 +00:00
|
|
|
<h1 class="title">About Damillora</h1>
|
2019-09-28 16:12:03 +00:00
|
|
|
<p>Hello! My name is Damillora.</p>
|
|
|
|
<p>I enjoy playing rhythm games, and talking about idol and rhythm games in general!</p>
|
2019-11-29 20:13:03 +00:00
|
|
|
</div>
|
2019-09-27 19:49:30 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
|
|
|
},
|
2020-02-01 20:26:13 +00:00
|
|
|
meta: {
|
|
|
|
title: 'About Damillora',
|
|
|
|
}
|
2019-09-27 19:49:30 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|