elyby.github.io/index.html

73 lines
1.7 KiB
HTML
Raw Normal View History

2020-07-14 22:09:39 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2020-07-14 22:34:24 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2020-07-14 22:09:39 +03:00
<title>Broken</title>
2020-07-14 22:34:24 +03:00
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap" rel="stylesheet">
2020-07-14 22:09:39 +03:00
<style>
2020-07-14 22:34:24 +03:00
* {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
2020-07-14 22:09:39 +03:00
body {
2020-07-14 22:34:24 +03:00
font-family: 'Roboto', sans-serif;
color: #444;
background: #ebe8e1;
line-height: 1.4;
2020-07-14 22:09:39 +03:00
}
2020-07-14 22:34:24 +03:00
h1 {
font-family: 'Roboto Condensed', sans-serif;
}
.wrapper {
2020-07-14 22:09:39 +03:00
margin: 0 auto;
padding: 0 20px;
max-width: 600px;
2020-07-14 22:34:24 +03:00
}
.content {
2020-07-14 22:09:39 +03:00
text-align: center;
2020-07-14 22:34:24 +03:00
background: #fff;
padding: 20px;
}
.content p {
margin-left: auto;
margin-right: auto;
max-width: 400px;
2020-07-14 22:09:39 +03:00
}
</style>
</head>
<body>
2020-07-14 22:34:24 +03:00
<div class="wrapper">
<div class="content">
<h1>Ely.by is down</h1>
2020-07-14 22:09:39 +03:00
2020-07-14 22:34:24 +03:00
<p>
There's been a critical emergency at the Ely.by server. We are working hard to solve the problem, but
unfortunately, we have not been able to resolve it yet.
</p>
<p>
The crash has affected all Ely.by services, including authorization service and skin systems.
</p>
2020-07-14 22:09:39 +03:00
2020-07-14 22:34:24 +03:00
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/erickskrauch?ref_src=twsrc%5Etfw">
Tweets by erickskrauch
</a>
</div>
2020-07-14 22:09:39 +03:00
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>