-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
46 lines (39 loc) · 1.82 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<link rev="made" href="mailto:windpowerstake@protonmail.com" />
<link rel="stylesheet" href="styles.css">
<meta name="description" content="Windpowerstake validator page" />
<meta name="keywords" content="Validation, blockchain, decentralization" />
<title>Windpowerstake validator</title>
</head>
<body>
<div id="Menu">
<hr/>
<a href="index.html" title="Home page">Home page</a><br />
<a href="about.html" title="About">About</a><br />
<a href="energy.html" title="Energy usage">Energy</a><br />
Uptime:<br />
**in rework**
+ Stats/power:<br />
<div style="margin-left: 10px"><a href="./node_data/wind15-node.html" title="Wind15">Wind15 (evmos)</a></div>
<div style="margin-left: 10px"><a href="./node_data/wind05-node.html" title="Wind05">Wind05-Juno(pr.)⚡</a></div>
<a href="infrastructure.html" title="InfraOps">Infrastructure</a><br />
<a href="winddao.html" title="WIND DAO">WIND DAO</a><br />
<a href="governance.html" title="Governance">Governance</a><br />
<a href="donation.html" title="Donation">Our donations</a><br />
<a href="support.html" title="Support Team">Support Team</a><br />
Contact us<br />
***
⚡: Power report rdy
</div>
<div id="Content">
Contact us at <a href="https://twitter.com/windpowerstake">twitter.com/windpowerstake</a> or at Cri|windpowerstake via Telegram and Discord channels.
<br>
<p>Also you can send an e-mail to windpowerstake [a] protonmail [.] com
<br><p>
</div>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /> Author: @windpowerstake. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License.</a>.
</body>
</html>