-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmultiminer.html
More file actions
16 lines (15 loc) · 984 Bytes
/
multiminer.html
File metadata and controls
16 lines (15 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Multi Miner Info</title>
</head>
<body>
<iframe style="width: 49%; height: 600px;" src="http://RIG_1_IP_ADDRESS:RIG_1_PORT/cgi-bin/minerinfo" align="left" frameborder="5" > </iframe>
<iframe style="width: 49%; height: 600px;" src="http://RIG_2_IP_ADDRESS:RIG_2_PORT/cgi-bin/minerinfo" align="right" frameborder="5" > </iframe>
<iframe style="width: 49%; height: 600px;" src="http://RIG_3_IP_ADDRESS:RIG_3_PORT/cgi-bin/minerinfo" align="left" frameborder="5" > </iframe>
<iframe style="width: 49%; height: 600px;" src="http://RIG_4_IP_ADDRESS:RIG_4_PORT/cgi-bin/minerinfo" align="right" frameborder="5 "> </iframe>
<iframe style="width: 49%; height: 600px;" src="http://RIG_5_IP_ADDRESS:RIG_5_PORT/cgi-bin/minerinfo" align="left" frameborder="5 "> </iframe>
<iframe style="width: 49%; height: 600px;" src="http://RIG_6_IP_ADDRESS:RIG_6_PORT/cgi-bin/minerinfo" align="right" frameborder="5 "> </iframe>
</body>
</html>