-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (35 loc) · 2.04 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0'>
<meta http-equiv='X-UA-Compatible' content='ie=edge'>
<title>Shop hrsh! Purchase with Power!</title>
<link rel='icon' type='image/png' href='/static/favicon.png' />
<meta name="keywords" content="Shop">
<meta name="theme-color" content="#15e8cf">
<meta name="og:image" content="">
<meta name="description" content="Shop hrsh!! Purchase Anything and i mean anything! huge discounts">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<meta property="og:type" content="website"><meta property="og:url" content="https://shop.hrsh.ga/">
<meta property="og:site_name" content="Shop hrsh">
<meta property="twitter:site" content="@itfeelsharsh">
<meta property="twitter:site:id" content="@itfeelsharsh">
<meta property="twitter:creator" content="@itfeelsharsh">
<meta property="twitter:creator:id" content="@itfeelsharsh">
<link href="/static/favicon.png" rel="icon">
<link href="/static/favicon.png" rel="touch-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="114x114" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="144x144" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="60x60" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon.png">
</head>
<body>
<div id='app'></div>
</body>
</html>