miracle/pages/index.vue
2020-11-09 18:16:34 +07:00

24 lines
292 B
Vue

<template>
<div>
<h1>Damillora</h1>
<p>A curious technologist, a web programmer, and a future EN Vtuber</p>
<p>EN/ID OK, JP read only</p>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: 'Damillora',
}
}
</script>
<style>
</style>