26 lines
544 B
Vue
26 lines
544 B
Vue
|
|
<template>
|
|
<div>
|
|
<div class="flex flex-col">
|
|
<div class="flex flex-col">
|
|
<h1 class="text-xl py-1">Damillora</h1>
|
|
<p class="text-lg py-1">Web developer, reviewer and content creator</p>
|
|
<p class="text-lg py-1">三峰結華 七尾百合子</p>
|
|
<p class="text-lg py-1">EN OK, JP read only</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
components: {
|
|
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|