forked from ExploreBTC/BitcoinGrind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bitcoins - A Grinder</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- Controls -->
<div class="controls">
<img class="logo" src="coin.png">
<p class="title">Faucet grinder.</p>
<input class="controls-jump" type="button" value="JUMP">
<input class="controls-link" type="button" value="LINK">
<input class="controls-reload" type="button" value="RELOAD">
<input class="controls-previous" type="button">
<input class="controls-next" type="button" value="NEXT SITE">
</div>
<!-- Faucet -->
<iframe class="faucet-frame" frameborder="0" src="default.html"></iframe>
<!-- Scripts -->
<script src="script.js"></script>
</body>
</html>