11 lines
218 B
Vue
11 lines
218 B
Vue
|
<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>
|