paulnicoue/components/MainTitle.vue
2022-09-30 16:18:49 +02:00

14 lines
191 B
Vue

<template>
<h1>Paul Nicoué, intégrateur et développeur web</h1>
</template>
<style lang="scss">
h1 {
color: var(--emerald);
text-align: center;
}
</style>