-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (20 loc) · 978 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<title>Rede Sky - Em manutenção</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
<article>
<img src="https://i.imgur.com/iRmMijq.png" width="20%" height="20%">
<h2>Voltamos já!</h2>
<div>
<p>Pedimos desculpas pelo transtorno, mas estamos realizando uma manutenção de rotina. Estaremos de volta em breve.</p>
<p>Acompanhe o andamento da manutenção através do canal #status do nosso <a href="https://discord.gg/GMnyZRR">Discord</a>.</p>
<p>Nosso atendimento continua disponível através do e-mail <a href="mailto: [email protected]">[email protected]</a>. Conte com a gente!</p>
<p>— Equipe Rede Sky</p>
</div>
</article>