miracle/pages/about.vue

23 lines
378 B
Vue
Raw Normal View History

2019-09-27 19:49:30 +00:00
<template>
<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>
</div>
2019-09-27 19:49:30 +00:00
</template>
<script>
export default {
components: {
},
2020-11-09 11:16:34 +00:00
head: {
2020-02-01 20:26:13 +00:00
title: 'About Damillora',
}
2019-09-27 19:49:30 +00:00
}
</script>
<style>
</style>