53 lines
2.4 KiB
HTML
53 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- PWA Meta Tags -->
|
|
<meta name="theme-color" content="#2563eb" />
|
|
<meta name="background-color" content="#ffffff" />
|
|
<meta name="display" content="standalone" />
|
|
<meta name="orientation" content="portrait-primary" />
|
|
|
|
<!-- App Information -->
|
|
<meta name="application-name" content="Atlas CMMS" />
|
|
<meta name="description" content="Comprehensive maintenance management and facility operations platform" />
|
|
<meta name="keywords" content="CMMS, maintenance, facility management, work orders, assets" />
|
|
|
|
<!-- Mobile Optimization -->
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<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="Atlas CMMS" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
<!-- PWA Manifest -->
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<!-- Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.png" />
|
|
<link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.png" />
|
|
<link rel="apple-touch-icon" sizes="128x128" href="/icons/icon-128x128.png" />
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.png" />
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/icons/icon-152x152.png" />
|
|
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png" />
|
|
<link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png" />
|
|
<link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png" />
|
|
|
|
<!-- Microsoft Tiles -->
|
|
<meta name="msapplication-TileColor" content="#2563eb" />
|
|
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png" />
|
|
<meta name="msapplication-config" content="/browserconfig.xml" />
|
|
|
|
<!-- Preload Critical Resources -->
|
|
<link rel="preload" href="/sw.js" as="script" />
|
|
|
|
<title>Atlas CMMS - Facilities Management</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html> |