Ancient-Programming-Site/src/components/About.vue

12 lines
285 B
Vue

<script setup lang="ts">
</script>
<template>
<div>
<h1 class="text-3xl">Who Am I?</h1>
<hr>
<p>My name is Rasmus Rasmussen, and I'm primarely a backend developer. But lately, I've started to like developing in vue3. With TypeScript, of cause.</p>
</div>
</template>