2025-07-11 16:54:37 +05:30
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en" class="dark">
|
2025-07-16 18:46:08 +05:30
|
|
|
|
|
|
|
|
<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>WDI - Web Development & AI Solutions</title>
|
|
|
|
|
<meta name="description"
|
|
|
|
|
content="Leading web development and AI solutions provider. Custom software development, mobile apps, and digital transformation services." />
|
|
|
|
|
|
|
|
|
|
<!-- Preload Google Fonts -->
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
|
|
|
|
|
|
<!-- SEO Meta Tags -->
|
|
|
|
|
<meta property="og:title" content="WDI - Web Development & AI Solutions" />
|
|
|
|
|
<meta property="og:description"
|
|
|
|
|
content="Leading web development and AI solutions provider. Custom software development, mobile apps, and digital transformation services." />
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
|
<meta property="og:url" content="https://wdi.com" />
|
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
|
|
|
<meta name="twitter:title" content="WDI - Web Development & AI Solutions" />
|
|
|
|
|
<meta name="twitter:description"
|
|
|
|
|
content="Leading web development and AI solutions provider. Custom software development, mobile apps, and digital transformation services." />
|
|
|
|
|
|
|
|
|
|
<!-- Favicon -->
|
|
|
|
|
<link rel="shortcut icon" href="https://www.wdipl.com/public/img/favIcon.webp" type="image/x-icon" />
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
2025-07-11 16:54:37 +05:30
|
|
|
</html>
|