welcome.html 846 Bytes
  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
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
<html>
<head>
<title>CRefine</title>
<link rel="stylesheet" type="text/css" href="../style.css" />

</head>

<body>

<table>
<tr height="10">
<td>
</td>
</tr>
<tr>
<td class="tituloAzul">
Welcome
</td>
</tr>
<tr>
<td class="grande">
<div align="justify">
To visualise some information about CRefine, click on the topics to your
left and you will be able to see the sub-topics. Then, click on the
sub-topic and its contents will be shown in this window.
<br>
In case you did not find your answer, please send any requires to
the <a href="mailto:marcel@dimap.ufrn.br?subject= CRefine-Duvida">
CRefine Mail</a>.
</div>
</td>
</tr>
</table>


</body>

</html>