-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.5 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html
lang="en"
style="margin: 0; width: 100%; height: 100%; background-color: #111622; font-family: 'Poppins';"
>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="shortcut icon" href="logo.svg" />
<title>AniCode</title>
</head>
<body
style="
height: 100%;
width: 100%;
margin: 0;
background-image: url('pattern.png');
background-repeat: unset;
background-size: auto;
background-position: 50%;
background-size: 400px;
"
>
<div style="display: flex; align-items: center; height: 100%; justify-content: center; flex-direction: column; justify-content: space-between;">
<div style="display: flex; align-items: center; height: 100%; justify-content: center; flex-direction: column; ">
<img src="logo.svg" style="align-self: center; width: 100%; height: 40%;">
<div style="color: white; font-weight: 800; font-size: xx-large; text-align: center;">Site em construção!</div>
<div style="color: white; font-weight: 400; font-size: medium; margin-top: 10px;">comercial@anicode.com.br</div>
</div>
<div style="color: white; font-weight: 400; font-size: medium; margin-top: 10px; padding-bottom: 50px;">Anicode® 2025 - Todos os direitos reservados</div>
</div>
</body>
</html>