Files
gatehouse-ui/index.html
T

97 lines
4.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>%VITE_APP_NAME% — Enterprise Identity & Access Management</title>
<meta name="title" content="%VITE_APP_NAME% — Enterprise Identity & Access Management" />
<meta name="description" content="%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO with Microsoft 365, Google Workspace, and GitHub without complex federation. Eliminate SSH key chaos with short-lived certificates tied to verified identities." />
<meta name="keywords" content="identity management, access management, SSO, single sign-on, SSH certificates, MFA, multi-factor authentication, OIDC, enterprise security, Microsoft 365, Google Workspace, GitHub authentication" />
<meta name="author" content="%VITE_APP_NAME%" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="%VITE_FAVICON%" />
<link rel="apple-touch-icon" href="%VITE_FAVICON%" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://securd.com/" />
<meta property="og:title" content="%VITE_APP_NAME% — Enterprise Identity & Access Management" />
<meta property="og:description" content="%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
<meta property="og:image" content="/og-image.png" />
<meta property="og:site_name" content="%VITE_APP_NAME%" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://securd.com/" />
<meta name="twitter:title" content="%VITE_APP_NAME% — Enterprise Identity & Access Management" />
<meta name="twitter:description" content="%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
<meta name="twitter:image" content="/og-image.png" />
<meta name="twitter:site" content="@securd" />
<!-- Theme color -->
<meta name="theme-color" content="%VITE_THEME_COLOR%" />
<meta name="msapplication-TileColor" content="%VITE_THEME_COLOR%" />
<!-- Canonical URL -->
<link rel="canonical" href="https://securd.com/" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "%VITE_APP_NAME%",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Web",
"description": "Enterprise identity and access management platform providing secure authentication, organization-level security policy, SSH certificate management, and OIDC-based Single Sign-On.",
"offers": {
"@type": "Offer",
"price": "29",
"priceCurrency": "USD",
"priceValidUntil": "2025-12-31"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
},
"featureList": [
"Single Sign-On (SSO)",
"Multi-Factor Authentication (MFA)",
"SSH Certificate Authority",
"OIDC Provider",
"Organization Management",
"Audit Logging"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "%VITE_APP_NAME%",
"url": "https://securd.com",
"logo": "https://securd.com/gatehouse-logo.svg",
"sameAs": [
"https://twitter.com/securd",
"https://github.com/securd"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "sales",
"email": "sales@securd.com"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>