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">
|
2020-07-03 10:26:43 +02:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
|
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
|
|
|
|
|
|
|
|
|
|
|
<meta property="og:url" content="https://console.zitadel.dev" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="ZITADEL Console - Identity and Access Management" />
|
|
|
|
<meta property="og:description" content="Console Management Platform for ZITADEL IAM" />
|
|
|
|
<meta property="description" content="Console Management Platform for ZITADEL IAM" />
|
|
|
|
|
|
|
|
<meta property="og:image"
|
|
|
|
content="https://console.zitadel.dev/assets/images/zitadel-logo-oneline-lightdesign.svg" />
|
2020-05-13 14:41:43 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
|
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
|
|
|
</body>
|
|
|
|
|
2020-07-20 15:23:29 +02:00
|
|
|
</html>
|