56 lines
2.3 KiB
HTML
56 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<base href="$FLUTTER_BASE_HREF">
|
|
|
|
<meta charset="UTF-8">
|
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
<meta name="description" content="TasQ — Task and workforce management.">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
|
|
|
<!-- PWA / Android -->
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
<!-- iOS PWA meta tags -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<meta name="apple-mobile-web-app-title" content="TasQ">
|
|
|
|
<!-- Apple touch icons (iOS uses largest available that fits) -->
|
|
<link rel="apple-touch-icon" href="icons/apple-touch-icon-180.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-touch-icon-152.png">
|
|
<link rel="apple-touch-icon" sizes="167x167" href="icons/apple-touch-icon-167.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon-180.png">
|
|
|
|
<!-- iOS Splash Screens -->
|
|
<!-- iPhone 16 Pro Max (1320x2868 @3x) -->
|
|
<link rel="apple-touch-startup-image"
|
|
media="screen and (device-width: 440px) and (device-height: 956px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
|
href="icons/splash-1320x2868.png">
|
|
<!-- iPhone 14 / 15 / 16 (1179x2556 @3x) -->
|
|
<link rel="apple-touch-startup-image"
|
|
media="screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
|
href="icons/splash-1179x2556.png">
|
|
<!-- iPhone SE 3rd gen (750x1334 @2x) -->
|
|
<link rel="apple-touch-startup-image"
|
|
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
|
href="icons/splash-750x1334.png">
|
|
|
|
<meta name="theme-color" content="#FFFFFF">
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
|
|
|
<title>TasQ</title>
|
|
|
|
<script>
|
|
var dartPdfJsVersion = "3.2.146";
|
|
var dartPdfJsBaseUrl = "https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.2.146/";
|
|
</script>
|
|
<script defer src="face_interop.js"></script>
|
|
</head>
|
|
<body>
|
|
<script src="flutter_bootstrap.js" async></script>
|
|
</body>
|
|
</html>
|