teacher-tools/app/src/views/HomeView.vue

11 lines
218 B
Vue
Raw Normal View History

2024-12-16 19:53:03 +00:00
<script setup lang="ts"></script>
<template>
<main>
<h1>Home Page</h1>
<p>
Welcome to Teacher-Tools, a website with tools that help teachers to manager their classrooms.
</p>
</main>
</template>