<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>