Removed vue icon, and set site title.

This commit is contained in:
Andrew Lalis 2024-12-28 12:40:16 -05:00
parent 2b9b207e2d
commit d290d549a3
3 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,9 @@
<!DOCTYPE html> <!doctype html>
<html lang=""> <html lang="">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Teacher-Tools</title>
<title>Vite App</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -30,5 +30,8 @@ const authStore = useAuthStore()
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>
Please contact Andrew Lalis for help with account administration or to report any bugs you find!
</p>
</main> </main>
</template> </template>