6 lines
144 B
Vue
6 lines
144 B
Vue
<template>
|
|
<header class="flex justify-center items-center pb-3 mb-5">
|
|
<h1 class="text-4xl font-bold">Sa4CPS</h1>
|
|
</header>
|
|
</template>
|