-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlaunch.html
41 lines (35 loc) · 1.65 KB
/
launch.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
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162248727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162248727-1');
</script>
<!-- Global site tag (gtag.js) - Google Ads: 621268879 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-621268879"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-621268879');
</script>
<!-- Event snippet for Website traffic conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-621268879/rPIqCIXY0dQBEI-fn6gC'});
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="GiveCard gives debit cards to the homeless, and provides an online platform where you can donate money directly to the regulated card of a specific homeless person, and get notified on how they spend your donation.">
<title>GiveCard :: Launch </title>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<iframe src='https://my.spline.design/iconcloud-f26cc0e4ffc94f226321bf49ac0ce8e5/' frameborder='0' style="width: 100%; height: 100%"></iframe>
<script src="js/scripts-all.js"></script>
<script src="js/main.js"></script>
</body>
</html>