source: ether_visual/trunk/titre1.html

Last change on this file was 17, checked in by cbipsl, 18 years ago

ajout V3

  • Property svn:executable set to *
File size: 858 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3  <head>
4    <meta http-equiv="pragma" content="no-cache">
5    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6        <link rel="stylesheet" href="ether.css" type="text/css">
7    <title>Titre Visualisation V3</title>
8        <script language="Javascript">
9        //<!--
10function Newfen (URL,NAME,W,H)
11{
12  var wconf = 'scrollbars=yes,toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,width=' + W + ',height=' + H;
13  var w = window.open (URL, NAME, wconf);
14}
15        //-->
16        </script>       
17  </head>
18  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#5A8CCB">
19<form>
20<table align="center">
21<div align="center" class="titreN"><b>Ether Visualization Software</b></div>
22</table
23</form>
24  </body>
25</html>
26
Note: See TracBrowser for help on using the repository browser.