Initial commit
This commit is contained in:
commit
820907c3c2
9 changed files with 13506 additions and 0 deletions
14
components/MainTitle.vue
Normal file
14
components/MainTitle.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
|
||||
<h1>Paul Nicoué, intégrateur et développeur web</h1>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
h1 {
|
||||
color: var(--emerald);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue