14 lines
354 B
Vue
14 lines
354 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<main>
|
|
<p>
|
|
My name's Andrew, and I'm a software engineer, gardener, runner, home cook, and probably many
|
|
other things too, depending on who you ask. Welcome to my website!
|
|
</p>
|
|
<p>
|
|
Click one of the links to check out something more interesting.
|
|
</p>
|
|
</main>
|
|
</template>
|