Init commit
This commit is contained in:
21
resources/js/Pages/Home.vue
Normal file
21
resources/js/Pages/Home.vue
Normal file
@ -0,0 +1,21 @@
|
||||
<script setup lang="ts">
|
||||
import { Head } from "@inertiajs/vue3";
|
||||
import TitleDescription from "@/Components/Layout/Content/TitleDescription.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Head title="Welcome" />
|
||||
|
||||
<TitleDescription>
|
||||
<template #title>
|
||||
Bienvenue
|
||||
</template>
|
||||
<template #description>
|
||||
DatBrowser, le navigateur automatisé par Datboi.
|
||||
</template>
|
||||
</TitleDescription>
|
||||
<p>
|
||||
Commencez par sélectionner un job à donner à Datboi en cliquant dessus
|
||||
dans la liste à gauche.
|
||||
</p>
|
||||
</template>
|
Reference in New Issue
Block a user