-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (18 loc) · 888 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Muscle Care Clinic offers expert care and therapies for muscle health, pain relief, and injury recovery. Visit us for personalized solutions.">
<meta property="og:title" content="Muscle Care Clinic">
<meta property="og:description" content="Expert care and therapies for muscle health.">
<meta name="keywords" content="muscle care, pain relief, injury recovery, muscle therapy, poukin, kin, physiotherapy, post surgery">
<meta property="og:url" content="https://musclecareclinic.com">
<title>Muscle Care</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>