generated from pascalmartineau/wp-skeleton
refactor: SiteHeaderTop*
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m2s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m2s
This commit is contained in:
9
wp-content/themes/ccat/app/pages/devenir-membre.vue
Normal file
9
wp-content/themes/ccat/app/pages/devenir-membre.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
useSeoMeta({ title: "Devenir membre" });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1>Devenir membre</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user