2020-08-05 15:39:16 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
2020-08-28 12:43:19 +01:00
|
|
|
<title>Gabinete Digital</title>
|
2020-08-05 15:39:16 +01:00
|
|
|
|
|
|
|
|
<base href="/" />
|
|
|
|
|
|
|
|
|
|
<meta name="color-scheme" content="light dark" />
|
2020-09-07 10:16:29 +01:00
|
|
|
<meta name="viewport" content="viewport-fit=cover, width=device-width, height=device-hight, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
2020-08-05 15:39:16 +01:00
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
2020-09-07 12:01:05 +01:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
|
2020-08-05 15:39:16 +01:00
|
|
|
|
2020-08-17 14:56:42 +01:00
|
|
|
<link rel="icon" type="image/x-icon" href="assets/icon/favicon.png" />
|
2020-08-05 15:39:16 +01:00
|
|
|
|
|
|
|
|
<!-- add to homescreen for ios -->
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<app-root></app-root>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|