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

8 lines
121 B
Vue

<script setup lang="ts">
</script>
<template>
<h1 class="text-3xl"> Under Construction</h1>
<p>lmao</p>
</template>