git-svn-id: https://192.168.0.254/svn/Proyectos.Imagen2_Web/trunk@5 056bb6a8-4245-f846-8d49-f6344928e438
21 lines
526 B
HTML
21 lines
526 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>Imagen 2 - Tu centro de belleza y salud</title>
|
|
<style>
|
|
body {
|
|
background-color: #F2F2F2;
|
|
background-image:url(imgs/Fondo.gif);
|
|
margin-left: 0px;
|
|
margin-top: 0px;
|
|
margin-right: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|