2022-07-08 09:06:38 +02:00
|
|
|
<!DOCTYPE html>
|
2020-05-13 14:41:43 +02:00
|
|
|
<html lang="en">
|
2022-02-03 07:21:00 +01:00
|
|
|
<head>
|
2022-07-29 10:57:52 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>ZITADEL • Console</title>
|
|
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2022-02-03 07:21:00 +01:00
|
|
|
<link rel="stylesheet" href="./assets/icons/line-awesome/css/line-awesome.min.css" />
|
2022-07-08 09:06:38 +02:00
|
|
|
<link rel="manifest" href="manifest.webmanifest" />
|
|
|
|
<meta name="theme-color" content="#e6768b" />
|
2020-07-09 10:54:55 +02:00
|
|
|
|
2020-10-16 13:51:52 +02:00
|
|
|
<meta property="description" content="Console Management Platform for ZITADEL IAM" />
|
2020-07-09 10:54:55 +02:00
|
|
|
<meta property="og:type" content="website" />
|
2020-10-16 13:51:52 +02:00
|
|
|
<meta property="og:title" content="ZITADEL Console" />
|
2020-07-09 10:54:55 +02:00
|
|
|
<meta property="og:description" content="Console Management Platform for ZITADEL IAM" />
|
2020-10-16 13:51:52 +02:00
|
|
|
<meta property="description" content="Management Platform for ZITADEL IAM" />
|
2022-07-08 09:06:38 +02:00
|
|
|
<meta property="og:image" content="https://www.zitadel.com/images/preview.png" />
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
<meta name="twitter:site" content="@zitadel" />
|
2020-10-16 13:51:52 +02:00
|
|
|
<meta name="twitter:title" content="ZITADEL Console" />
|
|
|
|
<meta name="twitter:description" content="Management Platform for ZITADEL IAM" />
|
2022-07-08 09:06:38 +02:00
|
|
|
<meta name="twitter:image" content="https://www.zitadel.com/images/preview.png" />
|
2022-02-03 07:21:00 +01:00
|
|
|
</head>
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2022-02-03 07:21:00 +01:00
|
|
|
<body>
|
2021-10-22 10:47:06 +02:00
|
|
|
<cnsl-root></cnsl-root>
|
2020-05-13 14:41:43 +02:00
|
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
2022-02-03 07:21:00 +01:00
|
|
|
</body>
|
2022-07-08 09:06:38 +02:00
|
|
|
</html>
|