2025-01-01 00:00:00 +00:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2026-01-06 15:17:10 +00:00
< title > Gatehouse — Identity & Access< / title >
< meta name = "description" content = "Gatehouse is a self-hosted identity and access platform providing secure authentication, organization-level security policy, and OIDC-based Single Sign-On." / >
< meta name = "author" content = "Gatehouse" / >
2026-03-04 19:03:18 +05:45
<!-- Favicon -->
< link rel = "icon" type = "image/svg+xml" href = "/favicon.svg" / >
< link rel = "apple-touch-icon" href = "/gatehouse-logo.svg" / >
2025-01-01 00:00:00 +00:00
2026-03-04 19:03:18 +05:45
<!-- Open Graph -->
2026-01-06 15:17:10 +00:00
< meta property = "og:title" content = "Gatehouse — Identity & Access" / >
< meta property = "og:description" content = "Secure authentication and access management for your organization." / >
2025-01-01 00:00:00 +00:00
< meta property = "og:type" content = "website" / >
2026-03-04 19:03:18 +05:45
< meta property = "og:image" content = "/gatehouse-logo.svg" / >
2025-01-01 00:00:00 +00:00
2026-03-04 19:03:18 +05:45
<!-- Twitter Card -->
2025-01-01 00:00:00 +00:00
< meta name = "twitter:card" content = "summary_large_image" / >
2026-03-04 19:03:18 +05:45
< meta name = "twitter:site" content = "@Gatehouse" / >
< meta name = "twitter:image" content = "/gatehouse-logo.svg" / >
<!-- Theme color -->
< meta name = "theme-color" content = "#36b9a6" / >
2025-01-01 00:00:00 +00:00
< / head >
< body >
< div id = "root" > < / div >
< script type = "module" src = "/src/main.tsx" > < / script >
< / body >
< / html >