fix(console): static assets, edit csp (#3153)

* fix: static font, icons

* mat icon package

* csp

* lint

* rm csp line
This commit is contained in:
Max Peintner
2022-02-03 07:21:00 +01:00
committed by GitHub
parent 46ff51b631
commit bd2e7d8133
1577 changed files with 12894 additions and 16 deletions

View File

@@ -1,19 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<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&amp;display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&amp;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: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">
<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="stylesheet" href="./assets/icons/line-awesome/css/line-awesome.min.css" />
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#e6768b">
@@ -29,11 +24,11 @@
<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>
</head>
<body>
<body>
<cnsl-root></cnsl-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</body>
</html>