-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adicionando mensagem e tabela exemplo
- Loading branch information
Vitor Seger Zeni
committed
Apr 18, 2018
1 parent
c2b2b93
commit 0a2c73a
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<html> | ||
<head> | ||
</head> | ||
<body> | ||
<font face="verdana"> | ||
<p class="greeting">GreetingPart</p> | ||
<p> | ||
Tudo bem?<br> | ||
</p> | ||
<p> | ||
Me chamo SEU NOME e sou MESTRANDO(A)/DOUTORANDO(A) em CURSO pela INSTITUICAO, orientanda do Prof. ORIENTADOR.<br> | ||
</p> | ||
<p> | ||
Estou na fase de coleta de dados da minha DISSERTACAO/TESE, que se insere na linha de pesquisa de LINHA e trata sobre ASSUNTO.<br> | ||
</p> | ||
<p> | ||
Para acessar o questionário clique no <a href="http://www.google.com">link</a>.<br> | ||
</p> | ||
<p> | ||
Agradeço desde já! | ||
</p> | ||
<p> | ||
Atenciosamente,<br> | ||
</p> | ||
<b>SEU NOME</b><br> | ||
<i>SUA APRESENTACAO</i><br> | ||
</font> | ||
</body> | ||
</html> | ||
|