2020-05-13 14:41:43 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Console</title>
|
|
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Manjari|Roboto+Slab&display=swap" rel="stylesheet" />
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
|
2020-07-20 15:23:29 +02:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
|
2021-06-01 07:02:49 +02:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
|
2020-11-16 11:43:22 +01:00
|
|
|
|
2020-06-10 12:59:12 +02:00
|
|
|
<link rel="stylesheet"
|
|
|
|
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
|
2020-05-13 14:41:43 +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" />
|
|
|
|
<meta property="og:url" content="https://console.zitadel.ch" />
|
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" />
|
|
|
|
<meta property="og:image" content="https://www.zitadel.ch/zitadel-social-preview25.png" />
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
|
|
<meta name="twitter:site" content="@zitadel_ch">
|
|
|
|
<meta name="twitter:title" content="ZITADEL Console" />
|
|
|
|
<meta name="twitter:description" content="Management Platform for ZITADEL IAM" />
|
|
|
|
<meta name="twitter:image" content="https://www.zitadel.ch/zitadel-social-preview25.png">
|
2020-05-13 14:41:43 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
</body>
|
|
|
|
|
2020-07-20 15:23:29 +02:00
|
|
|
</html>
|