-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (44 loc) · 902 Bytes
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<title>ANDES - Sitio en mantenimiento</title>
<style>
body {
text-align: center;
padding: 150px;
}
h1 {
font-size: 50px;
}
body {
font: 20px Helvetica, Arial, sans-serif;
color: #333;
}
article {
display: block;
text-align: center;
width: 650px;
margin: 0 auto;
}
a {
color: #dc8100;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: none;
}
.logo-home {
height: 6rem;
margin-bottom: 1rem;
}
</style>
<article>
<img src="images/logo_home.svg" alt="" class="logo-home">
<h1>
Página en mantenimiento
</h1>
<div>
<p>Disculpas por las molestias ocasionadas</p>
<p> </p>
<p>ANDES - Aplicaciones Neuquinas de Salud</p>
</div>
</article>