-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (57 loc) · 3.53 KB
/
Copy pathindex.html
File metadata and controls
79 lines (57 loc) · 3.53 KB
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
<!--Authors-->
<!--Timothy Do-->
<!--Jason Vu-->
<!--DigDogeSJ Webpage (Main) Source Code-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>DigDogeSJ Crypto Pool</title>
<link rel="shortcut icon" type="image/png" href="https://dotimothy.github.io/images/dogeba.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Timothy Do's Crypto Server (DigDogeSJ)">
<meta property="og:image" content="https://dotimothy.github.io/images/dogeba.png">
</head>
<!-- Sourcing Different Files-->
<link rel="stylesheet" href="./DigDoge.css">
<script src="./DigDoge.js"></script>
<script>
checkMobile();
</script>
<body onload="refreshAll()">
<h1>DigDogeSJ Crypto Pool:</h1>
<h2>
<a target="_blank" rel="noreferrer" href="https://docs.google.com/spreadsheets/d/1o8M9dxhR1MCnDozz9fM5C06xAyAWE0OODNarMsj5qjY/edit#gid=0">GPU List</a>
<a target="_blank" rel="noreferrer" href="https://discord.gg/hVCuzeqJSf">Discord</a>
</h2>
<img onclick="woof()" class="doge" alt="doge revolving circle" src="https://dotimothy.github.io/images/dogeba.png"style="position:fixed;top:12.5%;width:10%;">
<img onclick="woof()" class="doge" alt="doge revolving circle" src="https://dotimothy.github.io/images/dogeba.png"style="position:fixed;width:10%;bottom:15%;">
<button style="position:fixed;width:20%;bottom:50%;left:10%" onclick="dogeTheory()"><h2>What-If-DOGE</h2></button>
<button style="position:fixed;width:20%;bottom:50%;left:40%" onclick="shibTheory()"><h2>What-If-SHIB</h2></button>
<button style="position:fixed;width:20%;bottom:50%;left:70%" onclick="elonTheory()"><h2>What-If-ELON</h2></button>
<div id="balDoge"></div>
<div id="balShib"></div>
<div id="balElon"></div>
<img onclick="woof()" class="doge" alt="doge revolving circle" src="https://dotimothy.github.io/images/dogeba.png"style="position:fixed;width:10%;left:90%;top:12.5%;">
<a href="./wallets.html"><img onclick="woof()" class="doge" alt="doge revolving circle" src="https://dotimothy.github.io/images/dogeba.png"style="position:fixed;width:10%;left:90%;bottom:15%;"></a>
<!--
<embed title="doge excel sheet" width="50%" height="35%" style="position:absolute;left:25%;" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTdIVgQOEVStH6rFVaggMPg_IUkyfRHCeT6WhLrWBJ0ACbg20i5mboPBJ47I5ZSbu5B3H33tTseCAKK/pubhtml?widget=true&headers=false"></embed>
-->
<!-- Original iFrame
<iframe title="doge excel sheet" width="50%" height="35%" style="position:absolute;left:25%;" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTdIVgQOEVStH6rFVaggMPg_IUkyfRHCeT6WhLrWBJ0ACbg20i5mboPBJ47I5ZSbu5B3H33tTseCAKK/pubhtml?gid=0&single=true&widget=true&headers=false"></iframe>
-->
<br>
<br>
<div onclick="switchAround()" id="priceDoge" style="position:absolute;bottom:30%;left:25%;">
</div>
<div onclick="switchAround()" id="priceShib" style="position:absolute;bottom:25%;left:25%;">
</div>
<div onclick="switchAround()" id="priceElon" style="position:absolute;bottom:20%;left:25%;">
</div>
</body>
<footer>
<h3 style="color:gold">Powered by <a href="https://github.com/unMineableDev/unmineable-api" target="_blank">unMineable</a> & <a href="https://www.coingecko.com/en/api/" target="_blank">Coin Gecko API</a></h3>
</footer>
<br>
<a href="https://github.com/dotimothy/DigDogeSJ" target="_blank" style="position:absolute;bottom:0%;"><h3 style="color:blue">Checkout the Github Repo 👨💻</h3></a>
</html>