-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
56 lines (55 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@rohunvora" />
<meta name="twitter:title" content="bitcoin or stupid shit?" />
<meta name="twitter:description" content="See what your dumbest purchases would be worth if you bought Bitcoin instead." />
<meta name="twitter:image" content="https://i.imgur.com/xkax4Mp.png" />
<link rel ="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="btcimage/Official Bitcoin Favicon_.png" />
<title>Bitcoin Or Stupid Shit?</title>
<script defer src='./app.js'></script>
</head>
<!-- created by @rohunvora, @losangelherrera, @maiale -->
<body>
<div class="textBody">
<h1 id="bought">if u bought </h1>
<h1 id="bitcoinTwo">
<span id="bitcoin">bitcoin</span> instead
</h1>
<h1 id="fuckin">of fuckin</h1>
<h1 id="stupid">stupid shit,</h1>
<h1 id="you">you'd have</h1>
<h1 id="amount">$$$$</h1>
</div>
<div id="containerTwo">
<div id="or">
<img id="productImage" src="btcimage/Question Mark Final.png" class="responsive" title="">
<h1 id="orText">=</h1>
<img id="percent" src="btcimage/Bitcoin Orange.png" class="responsive">
</div>
<div id="button" class="button">
<p id="historical"></p>
<button id="shuffle">Click here.</button>
<p id="shuffleSub">This can't be that bad...</p>
</div>
<div>
<a href="https://commerce.coinbase.com/checkout/2ec4fe46-480b-460c-a4f0-b99afb4dc384" target="_blank"><p id="donate">Donate in Bitcoin 🙆♂️</p></a>
</script>
</div>
</div>
<!-- Google Analytics -->
<script>
window.ga = window.ga || function () { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date;
ga('create', 'UA-189397772-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
</body>
</html>