pwf-website-new/client/index.html

23 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>Pilates with Fadia | Feel at Home in Your Body</title>
<meta name="description" content="Online pilates classes to help you feel stronger and more connected to your body and breath." />
<!-- Open Graph tags -->
<meta property="og:title" content="Pilates with Fadia | Feel at Home in Your Body" />
<meta property="og:description" content="Online pilates classes to help you feel stronger and more connected to your body and breath." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pilateswithfadia.com" />
<!-- Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- This is a replit script which adds a banner on the top of the page when opened in development mode outside the replit environment -->
<script type="text/javascript" src="https://replit.com/public/js/replit-dev-banner.js"></script>
</body>
</html>