-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
51 lines (50 loc) · 1.8 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
<!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>AutomatorDev</title>
<meta
name="description"
content="AutomatorDev Agency provides top-notch web development and design services to help businesses succeed online with modern, innovative solutions."
/>
<meta
name="keywords"
content="web development, web design, SEO, AutomatorDev Agency, digital marketing, business solutions"
/>
<meta name="author" content="AutomatorDev Agency" />
<meta
property="og:title"
content="AutomatorDev Agency - Cutting-edge Web Development and Design"
/>
<meta
property="og:description"
content="AutomatorDev Agency provides top-notch web development and design services to help businesses succeed online with modern, innovative solutions."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="AutomatorDev Agency - Cutting-edge Web Development and Design"
/>
<meta
name="twitter:description"
content="AutomatorDev Agency provides top-notch web development and design services to help businesses succeed online with modern, innovative solutions."
/>
<!-- -->
<script>
(function () {
var link = document.createElement("link");
link.href =
"https://fonts.googleapis.com/css2?family=Jersey+10&display=swap";
link.rel = "stylesheet";
link.type = "text/css";
document.head.appendChild(link);
})();
</script>
</head>
<body>
<main id="root" role="main"></main>
<script type="module" src="/src/main.tsx" defer></script>
</body>
</html>