mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
Added an anecdotal home page
This commit is contained in:
@@ -2,9 +2,19 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>home page</p>
|
||||
<main>
|
||||
<h1>Bienvenue.</h1>
|
||||
<h2>Vous êtes sur la page d'accueuil de GohCMS.</h2>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
main {
|
||||
padding: 64px;
|
||||
color: var(--neutral-light);
|
||||
}
|
||||
|
||||
main h1 {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user