This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (47 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bitto</title>
<link rel="stylesheet" href="./main.css">
<script src="./js/nuWindow.js" charset="utf-8"></script>
<script src="./js/particles.js" charset="utf-8"></script>
<script src="./js/app.js" charset="utf-8"></script>
<script src="./js/tota.js" charset="utf-8"></script>
<script src="./js/lunoPrice.js" charset="utf-8"></script>
<script src="./js/donate.js" charset="utf-8"></script>
</head>
<body onload="lunoPrice()">
<div id="titleBarDrag">
<div id="main">
<br><br>
<div id="hehe" style="font-size :90px">bitto</div>
<br><br>
<div id="hehe">NiceHash BTC Balance</div>
<br>
<input type="text" class="localstorage" onchange="checkBTC()" id="btcadd" placeholder="BTC ADDRESS"></input>
<div class="hashrate" id="hash" style="font-size:10px;font-weight:light"></div>
<div class="hashrate" id="hash2" style="font-size:25px;font-weight:light;color:#FFAA85"></div>
<div class="calc">
<br><br>
<div id="hehe">Simple Profit/Loss Calculator</div>
<br>
<input class="calc" type="text" id="btc" onkeyup="tota()" placeholder="BTC" /><br>
<input class="calc" type="text" id="buy" onkeyup="tota()" placeholder="BUY" /><br>
<input class="calc" type="text" id="sell" onkeyup="tota()" placeholder="SELL" /><br>
<br>
<span id="prText" style="font-size:15px">PROFIT / LOSS</span><br><span id="prText">RM </span><span id="pr"></span><br>
</div>
<br><br>
<br style="height:100px">
</div>
<div style="position: fixed;z-index: 2;top: 0.5em;right: 1em;">
<a onclick="nuWindow('http://nero1.net')">•</a>
</div>
<div id="donate" onclick="donate()">Donate</div>
<div id="lunoText" onclick="lunoPrice()"></div>
<div id="particles-js" style="height:1080px;width:1200px">
</div>
</div>
</body>
</html>