-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathvladimir_0012.html
44 lines (43 loc) · 1.18 KB
/
vladimir_0012.html
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
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<p class="h1 text-center">Relação de Termos do Glossário</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Seq</th>
<th scope="col">Termo</th>
<th scope="col">Descrição</th>
<th scope="col">Fonte de Pesquisa</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">2</th>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">3</th>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<a href='index.html'><p class="h3 text-center">Voltar</p></a>
</body>
</html>