Skip to content

Instantly share code, notes, and snippets.

@simoniz0r
Last active January 11, 2022 15:44
Show Gist options
  • Save simoniz0r/eedfe078b31c2ad79548e89f9807e57f to your computer and use it in GitHub Desktop.
Save simoniz0r/eedfe078b31c2ad79548e89f9807e57f to your computer and use it in GitHub Desktop.
status
<!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 success-bg'>All Services Operational</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'>163ms</span></li>
<li>Bandwidth <span class='status success'>4.70GB / 8TB</span></li>
</ul>
<p class=small> Last check: 2022-01-11T15:44:29+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