27 lines
850 B
HTML
27 lines
850 B
HTML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!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>
|
||
|
<title>Centro de Informações da IBM</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="multi/spacer.gif" width="1" height="1" alt="Pressione ALT+K para ir para o conteúdo principal" /><img src="xb_ICmosaic.jpg" alt="Logotipo IBM" width="285" height="44" /></nobr></div>
|
||
|
</body>
|
||
|
</html>
|