-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.46 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A curated list of essential tools for developers, designers, and data scientists. Explore top IDEs, API tools, DevOps, ML platforms, and more." />
<meta name="keywords" content="developer tools, programming, API, DevOps, machine learning, UI design, data science, software tools" />
<meta name="author" content="jillmpla" />
<meta property="og:title" content="Developer Tools & Resources" />
<meta property="og:description" content="Explore tools for software engineering, data science, and UI/UX design." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/jillmpla/devtools" />
<title>Developer Tools & Resources</title>
<style>
body {
font-family: system-ui, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
padding: 2rem;
}
h1 {
color: #222;
}
a {
color: #007acc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>🛠️ Developer Tools & Resources</h1>
<p>A curated collection of tools for software engineers, designers, and data scientists.</p>
<p><a href="https://github.com/jillmpla/devtools">View the full list on GitHub</a></p>
</body>
</html>