Importación inicial
git-svn-id: https://192.168.0.254/svn/Proyectos.Afetec_Web/tags/pagina-obras@1 828b2857-b6d9-ce4d-95e2-bbc4707c23a3
This commit is contained in:
commit
cbc7d1d12c
78
index.html
Normal file
78
index.html
Normal file
@ -0,0 +1,78 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xml:lang="es" xmlns="http://www.w3.org/1999/xhtml" lang="es"><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Afetec</title>
|
||||
<style type="text/css" media="screen"><!--
|
||||
body
|
||||
{
|
||||
color: #333;
|
||||
background-color: #FFF;
|
||||
margin: 0px;
|
||||
border-top: 20px solid #db8200;
|
||||
}
|
||||
|
||||
#horizon
|
||||
{
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
overflow: visible;
|
||||
visibility: visible;
|
||||
display: block
|
||||
}
|
||||
|
||||
#content
|
||||
{
|
||||
font-family: Geneva, sans-serif;
|
||||
background-color: transparent;
|
||||
margin-left: -300px;
|
||||
position: absolute;
|
||||
top: -100px;
|
||||
left: 50%;
|
||||
width: 600px;
|
||||
height: 100px;
|
||||
visibility: visible
|
||||
}
|
||||
|
||||
a:link, a:visited
|
||||
{
|
||||
color: #06f;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
color: red;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 22px;
|
||||
}
|
||||
--></style>
|
||||
</head><body data-feedly-processed="yes">
|
||||
|
||||
<div id="horizon">
|
||||
<div id="content">
|
||||
<img src="logo.gif" alt="AFETEC" />
|
||||
<p>C/ Suero de Quiñones 6 - 28002 Madrid - Spain<br/>
|
||||
Teléfono: <strong>(34) 609 785 926</strong> - e-mail: <a href="mailto:info@afetec.com">info@afetec.com</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body></html>
|
||||
2
robots.txt
Normal file
2
robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Loading…
Reference in New Issue
Block a user