miracle/pages/about.vue

23 lines
378 B
Vue

<template>
<div class="page">
<h1 class="title">About Damillora</h1>
<p>Hello! My name is Damillora.</p>
<p>I enjoy playing rhythm games, and talking about idol and rhythm games in general!</p>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: 'About Damillora',
}
}
</script>
<style>
</style>