-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 2.21 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 2.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Pixelan</title>
<meta name="description" content="Pixelan delivers fast, reliable, and affordable custom websites tailored to grow your business online. Professional web design and development services with responsive and modern layouts." />
<meta name="keywords" content="custom website development, fast website design, affordable web solutions, responsive web design, reliable website services, professional web development, business website, Pixelan" />
<meta name="author" content="Pixelan" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Pixelan - Fast & Reliable Website Development" />
<meta property="og:description" content="Boost your online presence with Pixelan's professional, affordable, and responsive web development services tailored for your business." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pixelan.my.id" />
<meta property="og:image" content="https://pixelan.my.id/og-image.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Pixelan - Fast, Reliable & Affordable Websites" />
<meta name="twitter:description" content="Pixelan creates fast, reliable, and affordable websites tailored for your business." />
<meta name="twitter:image" content="https://pixelan.my.id/og-image.jpg" />
<link rel="canonical" href="https://pixelan.my.id" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Jersey+10&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>