-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 903 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SmStore - Get your items with ease and at afforable prices today.</title>
<meta name="description" content="An ecommerce site to get
various items that you need ranging
from clothing to everyday accessories.">
<meta name="keywords" content="ecommerce, clothing, accessories, electronics, fake items, stripe">
<meta property="og:title" content="SmStore - Get your fake items at unbeliveable rates" />
<meta property="og:type" content="website" />
<meta property="og:image" content="./public/img-02.jpg" />
<meta property="og:url" content="https://fake-store-blond-pi.vercel.app" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>