Files
sa4cps-frontend/src/components/common/AppHeader.vue
2025-09-02 14:19:05 +01:00

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>