-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 2.01 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 2.01 KB
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
<!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'>4 Outage(s)</li></ul>
<h1>Services</h1>
<ul>
<li>defiscan.live <span class='small failed'>(Operation timed out after 10001 milliseconds with 0 bytes received)</span><span class='status failed'>Disrupted</span></li>
<li>evm.defichain.com <span class='small failed'>(Operation timed out after 10001 milliseconds with 0 bytes received)</span><span class='status failed'>Disrupted</span></li>
<li>api.status.jellyfishsdk.com <span class='small failed'>(Status code: 404, expected: 200)</span><span class='status failed'>Disrupted</span></li>
<li>cdn.defichain.com <span class='small failed'>(error:0A000126:SSL routines::unexpected eof while reading)</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>wallet.defichain.com <span class='status success'>Operational</span></li>
</ul>
<p class=small> Last check: 2026-04-28T01:08:13+0000</p>
<h1>Incidents</h1>
<p>No incident reported yet ;)</p>
</div>
</body></html>