-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.08 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<title>TechStaq - Transform Your Business</title>
<meta name="description" content="Leading SaaS agency delivering cutting-edge software solutions for modern businesses. Web development, mobile apps, AI solutions, and digital transformation." />
<!-- Browser Compatibility Meta Tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="telephone=no" />
<meta name="theme-color" content="#ffffff" />
<!-- Preload critical resources -->
<link rel="preload" href="/logos/logo_teckstack.png" as="image" />
<!-- Minimal image styling -->
<style>
/* Smooth transitions for images */
img {
transition: opacity 0.3s ease;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>