-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
15 lines (15 loc) · 877 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/surebuyLogo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SureBuy Store - Your Trusted Destination for Used Mobile Phones in Bhubaneswar</title>
<meta name="description" content="Explore a wide range of quality-checked second-hand mobile phones at SureBuy Store in Bhubaneswar. Buy or sell your phone with confidence, backed by our expert services and affordable prices." />
<meta name="keywords" content="Used mobile phones, second-hand smartphones, buy and sell phones, mobile store Bhubaneswar, phone trade-in, expert phone repair, affordable devices, trusted mobile store" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>