mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-02-03 13:47:54 +01:00
13 lines
201 B
Vue
13 lines
201 B
Vue
<script setup lang="ts">
|
|
useHead({
|
|
title: 'Arthur Danjou • Software Engineer and Maths Lover',
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<section>
|
|
<Announcement />
|
|
<MainBanner />
|
|
</section>
|
|
</template>
|