mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-19 14:27:32 +00:00

* add seo service, index meta info * fix policy buttons, refresh * refresh after timeout * loading spinner for login policy, complexity * fix user form, add project role options * authtoken options * seo service lint * style lint * remove duplicate authmethod * en i18n * Update console/src/assets/i18n/en.json Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
39 lines
1.9 KiB
HTML
39 lines
1.9 KiB
HTML
<!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">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet"
|
|
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
<meta name="theme-color" content="#e6768b">
|
|
|
|
<meta property="description" content="Console Management Platform for ZITADEL IAM" />
|
|
<meta property="og:url" content="https://console.zitadel.ch" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="ZITADEL Console" />
|
|
<meta property="og:description" content="Console Management Platform for ZITADEL IAM" />
|
|
<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">
|
|
</head>
|
|
|
|
<body>
|
|
<app-root></app-root>
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
|
</body>
|
|
|
|
</html> |