Last active
January 11, 2022 15:46
-
-
Save simoniz0r/a9797aa1c433751a1e50161885294fd6 to your computer and use it in GitHub Desktop.
status
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
<!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>Syretia.cf 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>Global Status</h1> | |
<ul><li class='panel success-bg'>All Services Operational</li></ul> | |
<h1>Services</h1> | |
<ul> | |
<li>Webhookd <span class='small success'>(version: e1f24fa)</span><span class='status success'>Online</span></li> | |
<li>Ping <span class='status success'>74ms</span></li> | |
<li>Bandwidth <span class='status success'>4.70GB / 8TB</span></li> | |
</ul> | |
<p class=small> Last check: 2022-01-11T15:46:56+00:00</p> | |
<h1>Incidents</h1> | |
</div> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment