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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>ma page</title>
<meta http-equiv="content-type" content="text/xhtml; charset=ISO-8859-1" />
<script language="javascript" type="text/javascript">
var tata= new Image;
tata.src=chemin + 'tata.jpg';
var toto= new Image;
toto.src=chemin + 'totogif';
</script>
<style type="text/css">
.preload{
display:none;
}
</style>
</head>
<body>
<div class="preload">
<img src="toto.gif" alt="" />
<img src="tata.jpg" alt="" />
</div>
<div><a href="index.html"><img src="logo.gif" alt=""/></a>
</div>
</body>
</html> |