14 lines
191 B
Vue
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>
|