Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added Novo Documento de Texto.txt
Empty file.
5 changes: 5 additions & 0 deletions admilson.txt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
incluindo meu nome no projeto:
admilson ribeiro
olá mundo!!
hello world!!
hallo welt!!
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

th, td{
border:1px solid #ccc;
border:1px solid #f30909;
padding:8px;
text-align:left;
}
Expand All @@ -30,7 +30,7 @@
<body>

<h1>Faculdade São Vicente - Disciplina Eletiva - Git</h1>
<p>Adicione seu nome na tabela.</p>
<p>admilson</p>

<table>

Expand All @@ -53,6 +53,12 @@ <h1>Faculdade São Vicente - Disciplina Eletiva - Git</h1>
</tr>

<!-- ALUNOS ADICIONAM AQUI -->
<tr>
<td>admilson ribeiro</td>
<td>ADS</td>
<td>1</td>
<td>Banco de dados - Aprendizado de Máquina - Automação - back-end</td>
</tr>

</tbody>

Expand Down