rda-v3/client/index.html
2025-12-21 21:18:40 +00:00

46 lines
2.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Highland Group RDA - Home</title>
<meta
name="description"
content="Highland Group RDA provides horse riding for people with disabilities in the Highlands, offering safe, fun, and therapeutic equestrian activities."
/>
<link rel="canonical" href="https://highlandgrouprda.org.uk" />
<meta property="og:title" content="Highland Group RDA - Home" />
<meta
property="og:description"
content="Highland Group RDA provides horse riding for people with disabilities in the Highlands, offering safe, fun, and therapeutic equestrian activities."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://highlandgrouprda.org.uk" />
<meta property="og:image" content="/Samantha-and-Connolly-1280.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Highland Group RDA - Home" />
<meta
name="twitter:description"
content="Highland Group RDA provides horse riding for people with disabilities in the Highlands, offering safe, fun, and therapeutic equestrian activities."
/>
<meta name="twitter:image" content="/Samantha-and-Connolly-1280.webp" />
<meta name="theme-color" content="#e2e2e2" />
<link
rel="preload"
as="image"
href="/Samantha-and-Connolly-1280.webp"
imagesrcset="/Samantha-and-Connolly-1280.webp 1280w, /Samantha-and-Connolly-1920.webp 1920w"
imagesizes="100vw"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@600;700;800&family=Merriweather:wght@700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>