Add Ely.by's style

This commit is contained in:
ErickSkrauch 2020-07-14 22:34:24 +03:00
parent 19389b6f40
commit 9d7e3f0896
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

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