-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·112 lines (107 loc) · 6.06 KB
/
Copy pathindex.html
File metadata and controls
executable file
·112 lines (107 loc) · 6.06 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, interactive-widget=resizes-content" />
<!-- Content Security Policy -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://www.googleapis.com https://accounts.google.com https://sync.tasktime.pro http://127.0.0.1:8787 http://localhost:8787 https://api.debugbundle.com https://open.er-api.com ws://127.0.0.1:* ws://localhost:* wss://127.0.0.1:* wss://localhost:*; img-src 'self' data: blob:; font-src 'self'; frame-src https://accounts.google.com; worker-src 'self' blob:; manifest-src 'self';" />
<!-- PWA Meta Tags -->
<meta name="application-name" content="TaskTime Pro" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="#2563eb" />
<meta name="description" content="TaskTime Pro helps freelancers manage tasks, track time and expenses, create invoices, manage clients and projects, reports, and more. It’s free, open source, and local-first, with no account or cloud sync required." />
<meta name="robots" content="index,follow" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<link rel="canonical" href="https://tasktime.pro/" />
<meta property="og:title" content="TaskTime Pro" />
<meta property="og:description" content="TaskTime Pro helps freelancers manage tasks, track time and expenses, create invoices, manage clients and projects, reports, and more. It’s free, open source, and local-first, with no account or cloud sync required." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tasktime.pro/" />
<meta property="og:image" content="https://tasktime.pro/icons/web-app-manifest-512x512.png" />
<meta property="og:image:alt" content="TaskTime Pro app icon" />
<meta property="og:site_name" content="TaskTime Pro" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="TaskTime Pro" />
<meta name="twitter:description" content="TaskTime Pro helps freelancers manage tasks, track time and expenses, create invoices, manage clients and projects, reports, and more. It’s free, open source, and local-first, with no account or cloud sync required." />
<meta name="twitter:image" content="https://tasktime.pro/icons/web-app-manifest-512x512.png" />
<meta name="twitter:image:alt" content="TaskTime Pro app icon" />
<!-- Apple PWA -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="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="TaskTime Pro" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<!-- Icons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/web-app-manifest-192x192.png" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<title>TaskTime Pro</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://tasktime.pro/#organization",
"name": "TaskTime Pro",
"url": "https://tasktime.pro/",
"logo": {
"@type": "ImageObject",
"url": "https://tasktime.pro/icons/web-app-manifest-512x512.png"
},
"sameAs": ["https://x.com/tasktimepro"]
},
{
"@type": "WebSite",
"@id": "https://tasktime.pro/#website",
"name": "TaskTime Pro",
"url": "https://tasktime.pro/",
"description": "TaskTime Pro helps freelancers manage tasks, track time and expenses, create invoices, manage clients and projects, reports, and more. It’s free, open source, and local-first, with no account or cloud sync required.",
"publisher": {
"@id": "https://tasktime.pro/#organization"
}
},
{
"@type": "SoftwareApplication",
"@id": "https://tasktime.pro/#software",
"name": "TaskTime Pro",
"url": "https://tasktime.pro/",
"description": "TaskTime Pro helps freelancers manage tasks, track time and expenses, create invoices, manage clients and projects, reports, and more. It’s free, open source, and local-first, with no account or cloud sync required.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"image": "https://tasktime.pro/icons/web-app-manifest-512x512.png",
"publisher": {
"@id": "https://tasktime.pro/#organization"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<noscript>
<main>
<h1>TaskTime Pro</h1>
<p>TaskTime Pro helps freelancers manage tasks, track time and expenses, create invoices, manage clients and projects, reports, and more. It’s free, open source, and local-first, with no account or cloud sync required.</p>
<nav aria-label="Public pages">
<a href="/blog/">Blog</a>
<a href="/contact/">Contact</a>
<a href="/privacy/">Privacy</a>
<a href="/terms/">Terms</a>
</nav>
</main>
</noscript>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>