-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.53 KB
/
Copy pathindex.html
File metadata and controls
39 lines (32 loc) · 1.53 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" />
<title>Servio</title>
<meta name="description" content="Offers startups and small businesses a premium platform to explore and request custom web development services with seamless project planning and support." />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0f0f1a" />
<link
rel="preload"
as="image"
fetchpriority="high"
href="https://images.unsplash.com/photo-1551288049-bebda4e38f71?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxtb2Rlcm4lMjB3ZWJzaXRlJTIwZGFzaGJvYXJkJTIwZGVzaWdufGVufDF8fHx8MTc4MTcwMjY1OXww&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral"
/>
<style>
html, body { height: 100%; margin: 0; }
#root { height: 100%; }
/* Dark luxury base so the first paint (before React mounts) is never a white flash. */
html, body, #root { background: #0f0f1a; }
body { overscroll-behavior: none; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
</style>
<script>window.__SERVIO_FP__ = performance.now();</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>