mirror of
https://github.com/elyby/elyby.github.io.git
synced 2025-01-16 00:52:40 +05:30
41 lines
963 B
HTML
41 lines
963 B
HTML
|
<!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>
|