Files
justin-leroy.fr/inertia/pages/home.vue
justin 78062d4ac3
All checks were successful
Build and Push Docker / build (push) Successful in 23s
test build container
2025-10-10 17:07:15 +02:00

11 lines
233 B
Vue

<script setup lang="ts">
import { Head } from '@inertiajs/vue3'
</script>
<template>
<Head title="Homepage" />
<div>
Justin Leroy
<button class="plausible-event-name=Button+Click">Click me</button>
</div>
</template>