Arquivos do bootcamp netuno
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
544 B

<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<table border="1">
<thead>
<tr>
<th>Nome</th>
<th>Idade</th>
</tr>
</thead>
<tbody>
<tr>
<td>
André Ray
</td>
<td>
20 anos
</td>
</tr>
</tbody>
</table>
<div>
<h1>Meu primeiro site no vim</h1>
<p>
Estou construindo esse site pelo editor vim dentro do
terminal linux através do putty
</p>
<img src="vini.jpg" />
<a href="teste/">Vá para a outra página</a>
</div>
</body>
</html>