-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.65 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.65 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta property="og:image" content="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Intune Mindset | Professional Counselling & Mental Health Support</title>
<meta name="description" content="Evidence-based counselling and mental health support by experienced therapists Sandra Russet-Silk and Brett Boyland. Over 55 years combined experience in psychotherapy." />
<meta name="keywords" content="counselling, mental health, psychotherapy, anxiety, trauma, PTSD, grief counselling, therapy, ANZAP, PACFA" />
<link rel="canonical" href="https://www.intunemindset.store/" />
<!-- Open Graph -->
<meta property="og:title" content="Intune Mindset | Professional Counselling & Mental Health Support" />
<meta property="og:description" content="Evidence-based counselling by experienced therapists with over 55 years combined experience." />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Intune Mindset | Counselling & Mental Health" />
<meta name="twitter:description" content="Evidence-based counselling by experienced therapists." />
<!-- Preconnect to Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>