Blame view
index.html
1.46 KB
93a68cfa1
|
1 2 |
<!DOCTYPE html> <html> |
46db0a3b5
|
3 4 |
<head> |
93a68cfa1
|
5 6 |
<meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
687e0b929
|
7 |
<!-- <link href="https://fonts.googleapis.com/css?family=Nunito,700%7CMaterial+Icons" rel="stylesheet"> --> |
68d742034
|
8 |
<!-- <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500i,800|Material+Icons&display=swap" rel="stylesheet"> --> |
cb844617e
|
9 |
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800|Material+Icons&display=swap" rel="stylesheet"> |
e3e2a04c6
|
10 |
<title>School Management</title> |
46db0a3b5
|
11 |
<link rel="shortcut icon" href="/static/logo.png" type="image/x-icon"> |
1c1942362
|
12 |
<meta name="description" content="School Management"> |
edfe025fa
|
13 |
<script src='https://meet.intrack.in/external_api.js'></script> |
4413a8d93
|
14 |
<link href="./static/css/custom.css" rel="stylesheet" /> |
cb844617e
|
15 |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
c5110e900
|
16 |
<!-- <style> |
8bb178441
|
17 18 19 |
[v-cloak] { display: none; } |
c5110e900
|
20 |
</style> --> |
46db0a3b5
|
21 22 23 |
</head> <body> |
68d742034
|
24 25 |
<div id="app"> </div> |
93a68cfa1
|
26 27 |
<!-- built files will be auto injected --> <!-- Global site tag (gtag.js) - Google Analytics --> |
1c1942362
|
28 |
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-3881136-11"></script> --> |
006544386
|
29 |
<!-- <script> |
46db0a3b5
|
30 31 32 33 34 35 36 |
window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-3881136-11'); |
006544386
|
37 |
</script> --> |
46db0a3b5
|
38 39 40 |
</body> </html> |