-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.34 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.34 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./public/homepage_logo.png" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="E-Shop">
<meta property="og:title" content="E-Shop">
<meta property="og:type" content="website">
<meta property="og:image" content="./public/homepage_logo.png">
<meta property="og:description" content="E-Shop an Ecommerce website">
<meta property="og:url" content="https://suryanshanand.com">
<meta property="twitter:card" content="summary">
<meta property="twitter:creator" content="@e-shop">
<meta property="twitter:title" content="E-Shop">
<meta property="twitter:description" content="E-Shop an Ecommerce website">
<meta property="twitter:image:src" content="./public/homepage_logo.png">
<meta property="twitter:image:alt" content="E-Shop">
<meta
name="description"
content="E-Shop an Ecommerce website"
/>
<link rel="apple-touch-icon" href="./public/homepage_logo.png" />
<title>E-Shop</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>