27 lines
867 B
HTML
27 lines
867 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
|
|
<title>IBM Information Center</title>
|
|
<style type="text/css">
|
|
<!--
|
|
BODY {
|
|
margin: 0px;
|
|
}
|
|
DIV.back {
|
|
width: 100%;
|
|
text-align: right;
|
|
height: 44px;
|
|
background-image: url('xb_ICbrand.gif');
|
|
}
|
|
/* background-image file is not language specific: allows for fall-through in NL. En(glish) is base */
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body marginwidth="0" marginheight="0">
|
|
<div class="back"><nobr>
|
|
<img src="spacer.gif" width="1" height="1" alt="Presione las teclas ALT K para saltar al contenido principal" /><img src="xb_ICmosaic.jpg" alt="logo de IBM" width="285" height="44" /></nobr></div>
|
|
</body>
|
|
</html>
|