-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (73 loc) · 4.29 KB
/
Copy pathindex.html
File metadata and controls
81 lines (73 loc) · 4.29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/devtasks-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "%VITE_CLARITY_ID%");
</script>
<!-- Primary SEO Metadata -->
<title>DevTasks — Developer Workspace: Tasks, Snippets, Resources & DevUtilities</title>
<meta name="description" content="DevTasks is a unified developer workspace. Manage engineering task roadmaps, vault secure code snippets, reference curated bookmark links, and run offline dev utilities with ease." />
<meta name="keywords" content="devtasks, dev tasks, dev tasks beta, devtasksbeta, dev-tasks, dev-tasks-beta, dev, tasks, devtask, developer todo workspace, engineer task manager, roadmap builder, bug tracking checklist, code snippet manager, bookmarks manager, dev workflow optimizer" />
<meta name="author" content="DevTasks Team" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devtasks.example.com/" />
<meta property="og:title" content="DevTasks — Developer Workspace: Tasks, Snippets, Resources & DevUtilities" />
<meta property="og:description" content="A unified workspace for developers. Manage task roadmaps, vault secure code snippets, reference curated bookmark links, and run offline dev utilities." />
<meta property="og:image" content="https://devtasks.example.com/devtasks-logo.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://devtasks.example.com/" />
<meta property="twitter:title" content="DevTasks — Developer Workspace: Tasks, Snippets, Resources & DevUtilities" />
<meta property="twitter:description" content="A unified workspace for developers. Manage task roadmaps, vault secure code snippets, reference curated bookmark links, and run offline dev utilities." />
<meta property="twitter:image" content="https://devtasks.example.com/devtasks-logo.png" />
<!-- Canonical Link -->
<link rel="canonical" href="https://devtasks.example.com/" />
<!-- PWA & Mobile Optimization -->
<meta name="theme-color" content="#000000" />
<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" href="/devtasks-logo.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Google Structured Data (JSON-LD) for SoftwareApplication -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Dev Tasks",
"alternateName": ["devtasks", "devtasksbeta", "dev-tasks", "devtask", "dev-tasks-beta", "dev", "tasks"],
"applicationCategory": "BusinessApplication",
"operatingSystem": "All",
"url": "https://devtasks.example.com",
"logo": "https://devtasks.example.com/devtasks-logo.png",
"description": "High-performance, minimalist developer task manager and engineering roadmap todo list tool. Track features, bugs, refactoring charts, and add lists with lightning speed.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"features": [
"Minimalist responsive design (Light & Dark mode)",
"Sleek progress gauges & charts",
"Dynamic task categorization and visual priority tags",
"Full local logging with undo-delete capabilities",
"JSON roadmap importing and exporting portals"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>