-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update index.html and archive with latest script output
- Loading branch information
github-actions
committed
Jan 23, 2025
1 parent
9559221
commit d8a9310
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 success-bg'>All Systems Operational</li></ul> | ||
<h1>Services</h1> | ||
<ul> | ||
<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> | ||
<li>evm.defichain.com <span class='status success'>Operational</span></li> | ||
<li>wallet.defichain.com <span class='status success'>Operational</span></li> | ||
<li>api.status.jellyfishsdk.com <span class='status success'>Operational</span></li> | ||
<li>cdn.defichain.com <span class='status success'>Operational</span></li> | ||
</ul> | ||
<p class=small> Last check: 2025-01-23T16:45:03+0000</p> | ||
<h1>Incidents</h1> | ||
<p>No incident reported yet ;)</p> | ||
</div> | ||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters