24 lines
292 B
Vue
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>
|