mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Added an anecdotal home page
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user