elyby.github.io/index.html

41 lines
963 B
HTML
Raw Normal View History

2020-07-14 22:09:39 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Broken</title>
<style>
body {
font-family: sans-serif;
}
.content {
margin: 0 auto;
padding: 0 20px;
max-width: 600px;
text-align: center;
}
</style>
</head>
<body>
<div class="content">
<h1>Ely.by is down</h1>
<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>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/erickskrauch?ref_src=twsrc%5Etfw">
Tweets by erickskrauch
</a>
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>