Add teachers page

This commit is contained in:
thehrz 2023-06-22 08:03:04 +08:00
parent 9ff0232d1a
commit be9336bc47
No known key found for this signature in database
2 changed files with 18 additions and 0 deletions

5
src/pages/index.vue Normal file
View File

@ -0,0 +1,5 @@
<template>
<h1 class="text-12 text-center c-coolgray-700">
属于19预科2班的故事还未完结
</h1>
</template>

View File

@ -0,0 +1,13 @@
<script setup lang="ts">
</script>
<template>
<h1 class="m-auto">
teachers
</h1>
</template>
<style scoped>
</style>