This repository was archived by the owner on Aug 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (103 loc) · 4.19 KB
/
index.html
File metadata and controls
113 lines (103 loc) · 4.19 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<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=Poppins:wght@400;700&family=Tomorrow:wght@500;600&family=Inter:wght@700&display=swap"
rel="stylesheet"
/>
<meta
name="viewport"
content="width=device-width; initial-scale = 1; maximum-scale=1; user-scalable = no;"
/>
<title>Mototech Multibrand Customisation and Service Centre</title>
<meta
name="description"
content="A one of its kind, fully automated, two-wheeler customisation and service centre, powered by highly skilled, certified factory-trained mechanics."
/>
<title itemprop="name">
Mototech Multibrand Customisation and Service Centre
</title>
<meta property="og:type" content="object" />
<meta
property="og:title"
content="Mototech Multibrand Customisation and Service Centre"
/>
<!-- <meta property="og:url" content="https://sphericalk.at"> -->
<meta
property="og:description"
content="A one of its kind, fully automated, two-wheeler customisation and service centre, powered by highly skilled, certified factory-trained mechanics."
/>
<meta property="og:image" content="/src/favicon.svg" />
<meta
name="twitter:title"
content="Mototech Multibrand Customisation and Service Centre"
/>
<meta
itemprop="name"
content="Mototech Multibrand Customisation and Service Centre"
/>
<meta
name="application-name"
content="Mototech Multibrand Customisation and Service Centre"
/>
<meta
property="og:site_name"
content="Mototech Multibrand Customisation and Service Centre"
/>
<meta name="theme-color" content="#FE4D01" />
<meta
name="description"
content="A one of its kind, fully automated, two-wheeler customisation and service centre, powered by highly skilled, certified factory-trained mechanics."
/>
<meta
itemprop="description"
content="A one of its kind, fully automated, two-wheeler customisation and service centre, powered by highly skilled, certified factory-trained mechanics."
/>
<meta
property="og:description"
content="A one of its kind, fully automated, two-wheeler customisation and service centre, powered by highly skilled, certified factory-trained mechanics."
/>
<meta
name="twitter:description"
content="A one of its kind, fully automated, two-wheeler customisation and service centre, powered by highly skilled, certified factory-trained mechanics."
/>
<!-- TODO: ADD -->
<!-- <link rel="canonical" href="<%- permalink %>" itemprop="url" />
<meta name="url" content="<%- permalink %>" />
<meta name="twitter:url" content="<%- permalink %>" />
<meta property="og:url" content="<%- permalink %>" /> -->
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta property="og:locale" content="en" />
<meta name="language" content="en" />
<meta
name="twitter:site"
content="Mototech Multibrand Customisation and Service Centre"
/>
<meta name="twitter:creator" content="Amogh Lele" />
<meta
name="keywords"
content="motorbike,motorbikes,bike,bikes,motor,motors,service center,service centers,service,services,automated,skilled,customisation,customization"
/>
<meta name="imagemode" content="force" />
<meta name="coverage" content="Worldwide" />
<meta name="distribution" content="Global" />
<meta name="HandheldFriendly" content="True" />
<meta name="msapplication-tap-highlight" content="no" />
<meta name="apple-mobile-web-app-title" content="TITLE" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-touch-fullscreen" content="yes" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>