This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
145 lines (135 loc) · 5.71 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>IOTA Promoter/Reattacher - IOTAReatta.ch</title>
<meta content="og.jpg" property="og:image"/>
<meta content="Speed up your iota transaction promoting/reattaching it automatically!" name="description"/>
<!-- ICONS -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- CSS -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!-- LOADER -->
<div id="loader-wrapper"><div id="loader"></div><div class="loader-section section-left"></div><div class="loader-section section-right"></div></div>
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo">IOTAReatta.ch</a>
<ul class="right hide-on-med-and-down">
<li><a href="https://t.me/joinchat/GBna_xI-xUonyU1RGtspYw" target="_blank">Join us on Telegram</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="https://t.me/joinchat/GBna_xI-xUonyU1RGtspYw" target="_blank">Join us on Telegram</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<div id="index-banner" class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h4 class="header center teal-text text-lighten-2">Speed up your transaction</h4>
<div class="row center">
<h5 class="header col s12 light">Automatically reattach & promote</h5>
</div>
</div>
</div>
<div class="parallax"><img src="background1.jpg" alt="Unsplashed background img 1"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<div class="input-field col l12 s12">
<input class="validate" id="hash" name="hash" pattern="[A-Z9]+" required="required" type="text">
<label for="hash" class="">Enter Bundle or Transaction Hash</label>
</div>
</div>
<div class="col s12 center">
<div id="nodeListArea" class="input-field col s12">
<select>
</select>
<label>Node List</label>
</div>
</div>
<div class="col s12 center">
<div id="customNodeArea" class="input-field col l12 s12" style="display:none;">
<input class="validate" id="customNodeInput" name="customNodeInput" type="text">
<label for="customNodeInput" class="">protocol://host:port</label>
</div>
</div>
<div class="col s12 center">
<div class="switch col s3">
<label>
<input type="checkbox" id="customNodeCheckbox">
<span class="lever"></span>
Custom Node
</label>
</div>
<div class="switch col s3">
<label>
<input type="checkbox" id="remotePoWCheckbox">
<span class="lever"></span>
Remote PoW
</label>
</div>
<div class="switch col s3">
<label>
<input type="checkbox" id="reattachCheckbox" checked>
<span class="lever"></span>
Reattach
</label>
</div>
<div class="switch col s3">
<label>
<input type="checkbox" id="promoteCheckbox" checked>
<span class="lever"></span>
Promote
</label>
</div>
</div>
</div>
<div class="row">
<div class="col s12 start">
<br>
<button class="btn waves-effect waves-light green" name="action" style="width:100%;" type="submit"><strong>Start</strong></button>
</div>
<div class="col s12 stop" style="display:none;">
<button class="btn waves-effect waves-light red" name="action" style="width:100%;" type="submit">Stop</button>
</div>
</div>
<div class="row">
<div class="col s12 log">
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light">IOTAReatta.ch</h5>
<p>Suggestions? Questions? Help?<br/><a href="https://t.me/joinchat/GBna_xI-xUonyU1RGtspYw" target="_blank">Join us on Telegram</a></p>
<br><a href="https://github.com/mrbianchi/iotareatta.ch" target="_blank">Github Repository</a></p>
</div>
</div>
</div>
<div class="parallax"><img src="background3.jpg" alt="Unsplashed background img 3"></div>
</div>
<!-- Scripts -->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<script src="js/iota.lib.js"></script>
<script id="worker" src="js/iota.curl.lib.js"></script>
<script src="js/init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
</body>
</html>