-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (32 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114925396-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114925396-1');
</script>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no" name="viewport">
<link rel="apple-touch-icon" href="https://www.stroopy.org/assets/logo.png">
<link rel="icon" type="image/png" href="https://www.stroopy.org/assets/logo.png">
<meta name="keywords" content="Stellar, Lumens, Wallet, Cryptocurrency">
<meta name="description" content="Stroopy.org makes it safe and easy to send and receive assets on the Stellar network. Sign up and create your Stellar wallet for FREE today.">
<meta itemprop="name" content="Stroopy | Your FREE Stellar Wallet">
<meta itemprop="description" content="Stroopy.org makes it safe and easy to send and receive assets on the Stellar network. Sign up and create your Stellar wallet for FREE today.">
<meta itemprop="image" content="https://www.stroopy.org/assets/logo.png">
<meta property="og:title" content="Stroopy | Stellar Wallet For Everyone">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.stroopy.org">
<meta property="og:image" content="https://www.stroopy.org/assets/logo.png">
<meta property="og:description" content="Stroopy.org makes it safe and easy to send and receive assets on the Stellar network. Sign up and create your Stellar wallet for FREE today.">
<meta property="og:site_name" content="Stroopy">
</head>
<body>
<div id="app"><router-view></router-view></div>
</body>
</html>