54 lines
2.6 KiB
HTML
54 lines
2.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>PraFrota- Gestão Inteligente para veículos e motoristas</title>
|
|
<base href="/">
|
|
|
|
<!-- ✅ Viewport - Desabilita zoom mobile (double-tap e pinch) -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
|
|
|
<!-- ✅ Previne zoom adicional em diferentes browsers -->
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<!-- ✅ Favicon Configuration - Multiple sizes for maximum compatibility -->
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/icon-72x72.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/icon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="assets/icons/icon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="assets/icons/icon-192x192.png">
|
|
|
|
<!-- ✅ Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" sizes="72x72" href="assets/icons/icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="96x96" href="assets/icons/icon-96x96.png">
|
|
<link rel="apple-touch-icon" sizes="128x128" href="assets/icons/icon-128x128.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="assets/icons/icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="192x192" href="assets/icons/icon-192x192.png">
|
|
|
|
<!-- ✅ PWA Theme Colors - Header Recognition -->
|
|
<meta name="theme-color" content="#FFC82E">
|
|
<meta name="theme-color" content="#1A1A1A" media="(prefers-color-scheme: dark)">
|
|
|
|
<!-- ✅ Safari PWA Support -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<meta name="apple-mobile-web-app-title" content="IDT App">
|
|
<meta name="apple-touch-fullscreen" content="yes">
|
|
|
|
<!-- ✅ Microsoft PWA Support -->
|
|
<meta name="msapplication-TileColor" content="#FFC82E">
|
|
<meta name="msapplication-TileImage" content="assets/icons/icon-144x144.png">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
</head>
|
|
<body class="mat-typography">
|
|
<app-root>Loading...</app-root>
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
|
</body>
|
|
</html>
|