2025-04-05 19:01:47 +11:00
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
|
|
useSeoMeta({
|
|
|
|
|
title: "Home",
|
|
|
|
|
ogTitle: "Home",
|
|
|
|
|
description: "My personal website.",
|
|
|
|
|
ogDescription: "My personal website.",
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
|
2025-04-05 20:02:54 +11:00
|
|
|
<style scoped>
|
2025-04-05 19:01:47 +11:00
|
|
|
|
|
|
|
|
</style>
|