Added an anecdotal home page

This commit is contained in:
Florian Sylvain
2023-01-18 20:04:12 +01:00
parent 607dfd78a3
commit 53b560d63d
+11 -1
View File
@@ -2,9 +2,19 @@
</script> </script>
<template> <template>
<p>home page</p> <main>
<h1>Bienvenue.</h1>
<h2>Vous êtes sur la page d'accueuil de GohCMS.</h2>
</main>
</template> </template>
<style scoped> <style scoped>
main {
padding: 64px;
color: var(--neutral-light);
}
main h1 {
margin: 0;
}
</style> </style>