-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.49 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="https://pushers.club/pwa/icon/ydSRia5ZLZ5UCTcrIx-9u/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Clock In - Intelligent time tracking for Portuguese labor law compliance. Track work hours, manage overtime, sync with Google Calendar, and get AI-powered legal guidance." />
<link rel="canonical" href="https://www.clock-in.pt/" />
<link rel="manifest" href="/manifest.json"/>
<!-- iOS PWA — required for standalone installation (manifest alone is not enough on iOS) -->
<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="Clock In" />
<link rel="apple-touch-icon" href="https://pushers.club/pwa/icon/ydSRia5ZLZ5UCTcrIx-9u/192.png" />
<meta name="theme-color" content="#0a0a0a" />
<script defer src="https://pushers.club/widgets.js?key=M3PnHXl4rzkbjUOpJ_gWvBs3riTLnOHL"></script>
<title>Clock In - Intelligent Time Manager</title>
</head>
<body>
<a href="/privacy" style="position:absolute;left:-9999px">Privacy Policy</a>
<a href="/terms" style="position:absolute;left:-9999px">Terms of Service</a>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>