Commit d5d8eea5fecd674272444ed04d1d19e546b8cb5a
1 parent
2226dee5a3
Exists in
master
and in
3 other branches
commit index file
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
index.html
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | 3 | ||
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 | <!-- <link href="https://fonts.googleapis.com/css?family=Nunito,700%7CMaterial+Icons" rel="stylesheet"> --> | 7 | <!-- <link href="https://fonts.googleapis.com/css?family=Nunito,700%7CMaterial+Icons" rel="stylesheet"> --> |
8 | <!-- <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500i,800|Material+Icons&display=swap" rel="stylesheet"> --> | 8 | <!-- <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500i,800|Material+Icons&display=swap" rel="stylesheet"> --> |
9 | <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800|Material+Icons&display=swap" rel="stylesheet"> | 9 | <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800|Material+Icons&display=swap" rel="stylesheet"> |
10 | <title>School Management</title> | 10 | <title>School Management</title> |
11 | <link rel="shortcut icon" href="/static/logo.png" type="image/x-icon"> | 11 | <link rel="shortcut icon" href="/static/logo.png" type="image/x-icon"> |
12 | <meta name="description" content="School Management"> | 12 | <meta name="description" content="School Management"> |
13 | <script src='https://meet.jit.si/external_api.js'></script> | ||
13 | <link href="./static/css/custom.css" rel="stylesheet" /> | 14 | <link href="./static/css/custom.css" rel="stylesheet" /> |
14 | <!-- <style> | 15 | <!-- <style> |
15 | [v-cloak] { | 16 | [v-cloak] { |
16 | display: none; | 17 | display: none; |
17 | } | 18 | } |
18 | </style> --> | 19 | </style> --> |
19 | </head> | 20 | </head> |
20 | 21 | ||
21 | <body> | 22 | <body> |
22 | <div id="app"> | 23 | <div id="app"> |
23 | </div> | 24 | </div> |
24 | <!-- built files will be auto injected --> | 25 | <!-- built files will be auto injected --> |
25 | <!-- Global site tag (gtag.js) - Google Analytics --> | 26 | <!-- Global site tag (gtag.js) - Google Analytics --> |
26 | <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-3881136-11"></script> --> | 27 | <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-3881136-11"></script> --> |
27 | <!-- <script> | 28 | <!-- <script> |
28 | window.dataLayer = window.dataLayer || []; | 29 | window.dataLayer = window.dataLayer || []; |
29 | 30 | ||
30 | function gtag() { | 31 | function gtag() { |
31 | dataLayer.push(arguments); | 32 | dataLayer.push(arguments); |
32 | } | 33 | } |
33 | gtag('js', new Date()); | 34 | gtag('js', new Date()); |
34 | gtag('config', 'UA-3881136-11'); | 35 | gtag('config', 'UA-3881136-11'); |
35 | </script> --> | 36 | </script> --> |
36 | </body> | 37 | </body> |
37 | 38 | ||
38 | </html> | 39 | </html> |