kuoramwoyo commited on
Commit
aec99e6
·
verified ·
1 Parent(s): b0196c1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +25 -5
index.html CHANGED
@@ -2,9 +2,8 @@
2
  <html lang="pt-BR">
3
  <head>
4
  <meta charset="UTF-8">
5
- <meta http-equiv="refresh" content="3; url=https://ip-from-minecraft.vercel.app/">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Redirecionando...</title>
8
  <style>
9
  body {
10
  font-family: Arial, sans-serif;
@@ -17,13 +16,34 @@
17
  h1 {
18
  margin-bottom: 20px;
19
  }
20
- p {
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  font-size: 18px;
 
 
22
  }
23
  </style>
24
  </head>
25
  <body>
26
- <h1>Você será redirecionado em breve!</h1>
27
- <p>Se não for redirecionado automaticamente, <a href="https://ip-from-minecraft.vercel.app/" style="color: #FF5722;">clique aqui</a>.</p>
 
 
 
 
 
 
28
  </body>
29
  </html>
 
2
  <html lang="pt-BR">
3
  <head>
4
  <meta charset="UTF-8">
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Alteração de Domínio</title>
7
  <style>
8
  body {
9
  font-family: Arial, sans-serif;
 
16
  h1 {
17
  margin-bottom: 20px;
18
  }
19
+ .info {
20
+ background: #444;
21
+ padding: 20px;
22
+ border-radius: 10px;
23
+ display: inline-block;
24
+ margin-bottom: 20px;
25
+ }
26
+ .redirect-btn {
27
+ display: inline-block;
28
+ background: #00BFAE;
29
+ color: white;
30
+ padding: 10px 20px;
31
+ border-radius: 10px;
32
+ text-decoration: none;
33
  font-size: 18px;
34
+ font-weight: bold;
35
+ margin-top: 20px;
36
  }
37
  </style>
38
  </head>
39
  <body>
40
+ <h1>O domínio do site mudou</h1>
41
+
42
+ <div class="info">
43
+ <p>O nosso site foi movido para um novo domínio. Clique no botão abaixo para ser redirecionado:</p>
44
+ </div>
45
+
46
+ <a href="https://novodominio.com" class="redirect-btn" target="_blank">Ir para o novo domínio</a>
47
+
48
  </body>
49
  </html>