2019-09-27 19:49:30 +00:00
|
|
|
|
2019-11-29 20:13:03 +00:00
|
|
|
<template>
|
|
|
|
<div class="card absolute right-0 bottom-0 w-full sm:w-2/3 md:w-1/2 lg:w-2/5 xl:w-1/3">
|
|
|
|
<div class="flex flex-col">
|
|
|
|
<div class="flex flex-col">
|
|
|
|
<h1 class="text-4xl py-1">Damillora</h1>
|
|
|
|
<h2 class="text-xl py-1">an idol fan with a strange music to it</h2>
|
2019-09-27 19:49:30 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
2019-10-04 19:48:41 +00:00
|
|
|
},
|
2019-09-27 19:49:30 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|