Files
pas/Web/src/index.html

26 lines
1.3 KiB
HTML
Executable File

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Digitálny asistent PAS</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="icon" type="image/png" href="https://s3.lesko.me/public/manifest/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="https://s3.lesko.me/public/manifest/favicon.svg" />
<link rel="shortcut icon" href="https://s3.lesko.me/public/manifest/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="https://s3.lesko.me/public/manifest/apple-touch-icon.png" />
<link rel="manifest" href="https://s3.lesko.me/public/manifest/site.webmanifest" />
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- load recaptcha in explicit render mode and call onRecaptchaLoad when ready -->
<script src="https://www.google.com/recaptcha/api.js?onload=onRecaptchaLoad&render=explicit" async defer></script>
</head>
<body class="mat-typography">
<app-root></app-root>
</body>
</html>