-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpalavras.html
89 lines (88 loc) · 2.14 KB
/
palavras.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Palavras Cadastradas</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2> As palavras cadastradas são: </h2>
<a href="index.html"> Volte a página inicial </a>
<h4> tatear </h4>
<h4> esmerar </h4>
<h4> reminiscência </h4>
<h4> omito </h4>
<h4> quinquilharias </h4>
<h4> salutar </h4>
<h4> folgazão </h4>
<h4> fito </h4>
<h4> temeridade </h4>
<h4> diligente </h4>
<h4> aljube </h4>
<h4> taciturno </h4>
<h4> sacristão </h4>
<h4> frivóla </h4>
<h4> disimular </h4>
<h4> convalescença </h4>
<h4> solene </h4>
<h4> cólera </h4>
<h4> mancebo</h4>
<h4> desdém</h4>
<h4> galhofa</h4>
<h4> sarau</h4>
<h4>veemência</h4>
<h4>alpendre</h4>
<h4>puerilidade</h4>
<h4>pranto</h4>
<h4>cobiça</h4>
<h4>plácido</h4>
<h4>aurora</h4>
<h4>castelã</h4>
<h4>regaço</h4>
<h4>perdulário</h4>
<h4>opala</h4>
<h4>baldado</h4>
<h4>conjectura</h4>
<h4>déspota</h4>
<h4>espádua</h4>
<h4>epístola</h4>
<h4>venturoso</h4>
<h4>quimera</h4>
<h4>alcunha</h4>
<h4>mofina</h4>
<h4>veneziana</h4>
<h4>jacarandáx</h4>
<h4>exprobação</h4>
<h4>pundonor</h4>
<h4>estouvado</h4>
<h4>faceirice</h4>
<h4>libelo</h4>
<h4>senilidade</h4>
<h4>abastança</h4>
<h4>ganga</h4>
<h4>caiporismo</h4>
<h4>reproche</h4>
<h4>indelével</h4>
<h4>mácula</h4>
<h4>infortúnio</h4>
<h4>ocioso</h4>
<h4>delito</h4>
<h4>consorte</h4>
<h4>rubor</h4>
<h4>leviano</h4>
<h4>mosaico</h4>
<h4>patacão</h4>
<h4>absolvia</h4>
<h4>rememorar</h4>
<h4>decrépito</h4>
<h4>póstumo</h4>
<h4>desatar</h4>
<h4>jazeu
<h4>vislumbre </h4>
<h4>sofreguidão </h4>
<h4>brandura </h4>
<h4>pudor </h4>
</body>
</html>