-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
128 lines (116 loc) · 7.06 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE HTML>
<!--
Identity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>You've Got ETH</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="scripts/ethereumjs/ethereumjs-accounts.js"></script>
<script src="scripts/ethereumjs/web3.js"></script>
<script src="scripts/ethereumjs/hooked-web3-provider.js"></script>
<script src="scripts/youvegoteth/web3alert.js"></script>
<script src="scripts/youvegoteth/index.js"></script>
<script src="scripts/youvegoteth/pre.js"></script>
<script src="scripts/youvegoteth/new.js"></script>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="youvegoteth.github.io" />
<meta name="twitter:title" content="Send Ethereum to anyone with an email address" />
<meta name="twitter:description" content="You've Got ETH is a free tool to send Ethereum to anyone with an email address" />
<meta name="twitter:image" content="https://youvegoteth.github.io/images/app.jpg"/>
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/images/favicon/ms-icon-144x144.png">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body >
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar">
<a href='index.html'>
<img src="images/icon.png" alt="" />
</a>
</span>
<h1>Send Ethereum to Anyone. 💰🚀 </h1>
<h3>Wallet or no wallet, 🙌 It's Fast. It's Easy. It's Free. ⚡️</h3>
<p style="background-color: red; color:white">
Important - Please do not use this project until we have had a chance to perform a full audit of the functionality. <a href="https://github.com/youvegoteth/youvegoteth.github.io/pull/17">More info here</a>
</p>
<br>
<select id="batches" style="background:transparent; display: none; margin-bottom: 20px; margin-top: -20px" >
<option value="1">1 receipient</option>
<option value="5">5 receipients</option>
<option value="10">10 receipients</option>
<option value="20">20 receipients</option>
<option value="50">50 receipients</option>
</select>
</header>
<a href="#" id="neweth" class="button">Send Ethereum 🐬</a>
<a href="#" id="newerc20" class="button">Send ERC20 💌</a>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li><a href="/">© You've Got Eth</a></li>
<li style="border-right: solid 1px rgba(255, 255, 255, 0.5); padding-right: 0.85em;"><a href="about.html">About</a></li>
<li style="border-left: none;">
<select id="network" style="background:transparent" onchange="onNetworkChange();" >
<option value="0">Mainnet</option>
<option value="3">Ropsten</option>
<option value="9">TestRPC</option>
</select>
</li>
<li style="border-left: none;">
<select id="contract" style="background:transparent" onchange="onContractChange();" >
<option value="0">Contract v0.01</option>
<option value="1">Contract v0.1</option>
</select>
</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<!--[if lte IE 8]><script src="assets/js/respond.min.js"></script><![endif]-->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105392375-1', 'auto');
ga('send', 'pageview');
</script>
<script src="assets/js/particle.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>