-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
40 lines (36 loc) · 952 Bytes
/
404.html
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
38
39
40
<!DOCTYPE html>
<html>
<head>
<!--META HTTP-EQUIV="REFRESH" CONTENT="0;URL=AAAA"-->
<title>Cargando...</title>
<style>
.logo404{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
transform: translate(50%, -50%);
width: 75%;
}
body {
background-color: #1abc9c;
overflow: hidden;
}
</style>
</head>
<body>
<!--div style="width:800px;">
<div class="logo" style="/*width:300px;*/ float:left;">
<img src="./assets/logo perfil sin fondo.png" alt="" class="imgr">
</div>
<div style="/*width:300px;*/ float:right; display: flex;
justify-content: center;">
<h1>Cargando...</h1>
</div>
</div-->
<div class="logo404" style="width: 50%;">
<img src="https://pgscom.es/assets/aymecachis.svg" style="width: 175%;">
</div>
</body>
</html>