12 lines
216 B
Vue
12 lines
216 B
Vue
<template>
|
|
<div
|
|
class="px-8 py-24 font-bold dark:text-white bg-woot-25 dark:bg-slate-900"
|
|
>
|
|
<h2 class="text-3xl text-center">Founders Note</h2>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|