Skip to content

Commit eeb0e50

Browse files
Arquivos aula 6
1 parent 0898d77 commit eeb0e50

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

Diff for: assets/logo.png

52.1 KB
Loading

Diff for: bootstrap.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: favicon.ico

674 Bytes
Binary file not shown.

Diff for: novapagina.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ <h1>Nova pagina</h1>
3535
<td>B</td>
3636
</tr>
3737
</tbody>
38-
</table>
38+
</table>

Diff for: router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function carregarConteudo() {
2626
)
2727
// quando a resposta for transformada em string
2828
.then(function (texto) {
29-
container.innerHTML = texto
29+
container.innerHTML = texto;
3030
});
3131
}
3232
}

0 commit comments

Comments
 (0)