Created
January 11, 2022 15:39
-
-
Save simoniz0r/baf98e40569d4d0d7ca74ff88a4986d8 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 | |
.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 -bg'>1 Outage(s)</li></ul> | |
<h1>Services</h1> | |
<ul> | |
<li>Webhookd <span class='small success'>(e1f24fa)</span><span class='status success'>Online</span></li> | |
<li>Ping <span class='status success'>119ms</span></li> | |
<li>Bandwidth <span class='status success'>4.70GB / 8TB</span></li> | |
</ul> | |
<p class=small> Last check: 2022-01-11T15:39:28+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