-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
62 lines (53 loc) · 1.69 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
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2020 by anonymous (http://jsbin.com/nobinitazu/1/edit)
Released under the MIT license: http://jsbin.mit-license.org
-->
<meta name="robots" content="noindex">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html, body {
font-family: helvetica, sans-serif;
}
content {
display: flex;
flex-direction: column;
flex-basis: auto;
}
content > iframe {
}
</style>
</head>
<body>
<content>
<h1>DanKoin</h1>
<p>Welcome to DanKoin! The token that is exclusively given out to people for being totally awesome (in the opinion of Dan Finlay).</p>
<p>You can't do much with them yet (mostly just trade on Uniswap), but they are only going to get more cool over time! A few things I'm thinking of:</p>
<ul>
<li>Scheduling a meeting with me</li>
<li>Voting in a poll that I make decisions from</li>
<li>Getting special shwag sent to you</li>
<iframe src="https://vittominacori.github.io/watch-token/detail.html?address=0x4057950247e4ec8dc7fe399ec19ea43e80b931c8&network=mainnet&logo=http://danfinlay.com/pics/avatar/64.jpg&embedded=1" style="border:none; overflow:hidden; width: 520px; max-width: 100%; height: 240px" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<iframe
src="https://uniswap.exchange/swap?outputCurrency=0x4057950247e4ec8dc7fe399ec19ea43e80b931c8"
height="660px"
width="100%"
style="
border: 0;
margin: 0 auto;
display: block;
border-radius: 10px;
max-width: 600px;
min-width: 300px;
"
id="myId"
/>
</content>
</body>
</html>