-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.35 KB
/
index.html
File metadata and controls
25 lines (23 loc) · 1.35 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
<!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" />
<title>Nextify - Modern Digital Agency | Innovative Web Solutions</title>
<meta name="description" content="Nextify is a cutting-edge digital agency specializing in modern web development, mobile apps, UI/UX design, and digital marketing solutions that drive results." />
<meta name="keywords" content="digital agency, web development, mobile apps, UI/UX design, digital marketing, modern websites" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Nextify - Modern Digital Agency" />
<meta property="og:description" content="Transform your digital vision into reality with our innovative solutions and cutting-edge technology." />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Nextify - Modern Digital Agency" />
<meta property="twitter:description" content="Transform your digital vision into reality with our innovative solutions and cutting-edge technology." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>