2025-10-04 17:46:58 -07:00
<!DOCTYPE html>
< html lang = "en" >
2025-10-04 18:11:14 -07:00
< head >
< meta charset = "UTF-8" / >
< link rel = "icon" type = "image/svg+xml" href = "/favicon.svg" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2025-10-04 17:46:58 -07:00
< title > Miracles In Motion | 501(c)3 Non-Profit Organization< / title >
2025-10-04 18:11:14 -07:00
< meta name = "description" content = "Miracles In Motion is a 501(c)3 non-profit organization dedicated to creating positive change in our community through compassionate action and support." / >
< meta name = "keywords" content = "non-profit, charity, 501c3, miracles in motion, community support, donations, volunteers" / >
2025-10-04 17:46:58 -07:00
<!-- Open Graph Meta Tags -->
2025-10-04 18:11:14 -07:00
< meta property = "og:title" content = "Miracles In Motion | 501(c)3 Non-Profit Organization" / >
< meta property = "og:description" content = "Creating positive change in our community through compassionate action and support." / >
< meta property = "og:type" content = "website" / >
< meta property = "og:url" content = "https://miraclesinmotion.org" / >
< meta property = "og:image" content = "/og-image.png" / >
<!-- Twitter Card Meta Tags -->
< meta name = "twitter:card" content = "summary_large_image" / >
< meta name = "twitter:title" content = "Miracles In Motion | 501(c)3 Non-Profit Organization" / >
< meta name = "twitter:description" content = "Creating positive change in our community through compassionate action and support." / >
< meta name = "twitter:image" content = "/og-image.png" / >
<!-- Favicon and Web App Manifest -->
< link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-touch-icon.png" / >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon-32x32.png" / >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/favicon-16x16.png" / >
< link rel = "manifest" href = "/site.webmanifest" / >
<!-- Theme Color -->
< meta name = "theme-color" content = "#ec4899" / >
<!-- Preconnect to external domains -->
< link rel = "preconnect" href = "https://fonts.googleapis.com" / >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin / >
<!-- Inter Font -->
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel = "stylesheet" / >
< / head >
< body >
2025-10-04 17:46:58 -07:00
< div id = "root" > < / div >
2025-10-04 18:11:14 -07:00
< script type = "module" src = "/src/main.tsx" > < / script >
< / body >
2025-10-04 17:46:58 -07:00
< / html >