-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (59 loc) · 3.79 KB
/
index.html
File metadata and controls
69 lines (59 loc) · 3.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Resource Hints for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://api.github.com" crossorigin>
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<title>LetPeopleWork - Flow Metrics & Forecasting with Lighthouse</title>
<meta name="description" content="Transform your organization with Lighthouse - the leading open-source flow metrics and forecasting tool. Visualize flow, predict delivery dates with Monte Carlo simulations, and integrate with Jira & Azure DevOps. Expert consulting and training available." />
<meta name="keywords" content="flow metrics, forecasting tool, Monte Carlo simulation, Lighthouse, agile metrics, Jira integration, Azure DevOps, throughput, cycle time, lead time, WIP, kanban, scrum, project forecasting, agile consulting" />
<meta name="author" content="LetPeopleWork GmbH" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="language" content="English" />
<!-- AI Crawler Hints -->
<meta name="ai-content-declaration" content="This website provides information about LetPeopleWork consulting services and Lighthouse flow metrics tool" />
<link rel="alternate" type="text/markdown" href="/llms.txt" title="LLM-Friendly Content" />
<!-- Mobile Optimization -->
<meta name="theme-color" content="#1a1a1a" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://letpeople.work/" />
<meta property="og:title" content="LetPeopleWork - Flow Metrics & Forecasting with Lighthouse" />
<meta property="og:description" content="Transform your organization with Lighthouse - the leading open-source flow metrics and forecasting tool. Visualize flow, predict delivery dates with Monte Carlo simulations, and integrate with Jira & Azure DevOps." />
<meta property="og:image" content="https://letpeople.work/forecasts-project.png" />
<meta property="og:site_name" content="LetPeopleWork" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://letpeople.work/" />
<meta name="twitter:title" content="LetPeopleWork - Flow Metrics & Forecasting with Lighthouse" />
<meta name="twitter:description" content="Transform your organization with Lighthouse - the leading open-source flow metrics and forecasting tool." />
<meta name="twitter:image" content="https://letpeople.work/forecasts-project.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://letpeople.work/" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- GitHub Pages SPA support -->
<script type="text/javascript">
// Handle GitHub Pages SPA redirects using sessionStorage
(function() {
var redirectPath = sessionStorage.getItem('spa-redirect');
if (redirectPath) {
sessionStorage.removeItem('spa-redirect');
window.history.replaceState(null, null, redirectPath);
}
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>