-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.51 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
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>DeFiChain Status</title><style>
body { font-family: segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,Verdana,sans-serif; }
h1 { margin-top: 30px; }
ul { padding: 0px; }
li { list-style: none; margin-bottom: 2px; padding: 5px; border-bottom: 1px solid #ddd; }
.container { max-width: 600px; width: 100%; margin: 15px auto; }
.panel { text-align: center; padding: 10px; border: 0px; border-radius: 5px; }
.failed-bg { color: white; background-color: #E25D6A; }
.success-bg { color: white; background-color: #52B86A; }
.failed { color: #E25D6A; }
.success { color: #52B86A; }
.small { font-size: 80%; }
.status { float: right; }
</style></head>
<body>
<div class='container'>
<h1>DeFiChain Status</h1>
<ul><li class='panel failed-bg'>1 Outage(s)</li></ul>
<h1>Services</h1>
<ul>
<li>testnet.ocean.jellyfishsdk.com <span class='small failed'>(Status code: 502, expected: 200)</span><span class='status failed'>Disrupted</span></li>
<li>Network (through ocean.defichain.com) <span class='status success'>Operational</span></li>
<li>ocean.defichain.com <span class='status success'>Operational</span></li>
<li>defichain.com <span class='status success'>Operational</span></li>
<li>defiscan.live <span class='status success'>Operational</span></li>
</ul>
<p class=small> Last check: 2024-12-19T20:10:14+0000</p>
<h1>Incidents</h1>
<p>No incident reported yet ;)</p>
</div>
</body></html>