2019-09-27 19:49:30 +00:00
|
|
|
|
2019-11-29 20:13:03 +00:00
|
|
|
<template>
|
2020-01-29 16:13:04 +00:00
|
|
|
<div>
|
2020-06-23 21:37:09 +00:00
|
|
|
<h1>Damillora</h1>
|
2020-08-05 14:38:23 +00:00
|
|
|
<p>A curious technologist, a web programmer, and a future EN Vtuber</p>
|
|
|
|
<p>EN/ID OK, JP read only</p>
|
2019-09-27 19:49:30 +00:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
2019-10-04 19:48:41 +00:00
|
|
|
},
|
2020-11-09 11:16:34 +00:00
|
|
|
head: {
|
2020-02-01 20:26:13 +00:00
|
|
|
title: 'Damillora',
|
|
|
|
}
|
2019-09-27 19:49:30 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|