-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
56 lines (53 loc) · 1.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Advisory Mentorship</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="description" content="The Advisory Mentorship Programme" />
<!-- Google -->
<meta itemprop="name" content="The Advisory Mentorship Programme" />
<meta itemprop="description" content="The Advisory Mentorship Programme" />
<meta
itemprop="image"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>
<!-- Facebook / OpenGraph -->
<meta property="og:url" content="https://mentorship.advisory.sg" />
<meta property="og:type" content="website" />
<meta property="og:title" content="The Advisory Mentorship Programme" />
<meta
property="og:description"
content="The Advisory Mentorship Programme"
/>
<meta
property="og:image"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="The Advisory Mentorship Programme" />
<meta
name="twitter:description"
content="The Advisory Mentorship Programme"
/>
<meta
name="twitter:image"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>
<script
async
defer
data-website-id="2f694eab-769e-420a-bb31-4efcb3662bf5"
src="https://umami.advisory.sg/umami.js"
></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>