Removed vue icon, and set site title.
This commit is contained in:
parent
2b9b207e2d
commit
d290d549a3
|
@ -1,10 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vite App</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Teacher-Tools</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
|
@ -30,5 +30,8 @@ const authStore = useAuthStore()
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>
|
||||
Please contact Andrew Lalis for help with account administration or to report any bugs you find!
|
||||
</p>
|
||||
</main>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue