Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (17 sloc)
1.05 KB
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
| <html> | |
| <head> | |
| <title>Escola de Saúde do Exército. Aqui começa do serviço de saúde!</title> | |
| </head> | |
| <body background="essexf.jpg" bgcolor=#ffffff link="#0000ff" vlink="#ff0000" alink="#008000"> | |
| <CENTER><IMG SRC="brasao.gif" WIDTH=62 HEIGHT=101 ALT="Brasão do EB" BORDER=0> | |
| <p> | |
| <A HREF="indice.html" TARGET="navega" onMouseOver="window.status='Índice geral das páginas'; return true"><IMG SRC="indice.gif" WIDTH=125 HEIGHT=40 ALT="Índice geral" BORDER=0></A> | |
| <P> | |
| <a href="quem.html" TARGET="navega" onMouseOver="window.status='Aqui você obtem informações sobre a EsSEx'; return true"><IMG SRC="quem.gif" WIDTH=125 HEIGHT=30 ALT="Quem somos" BORDER=0></a> | |
| <br> | |
| <a href="historia.html" TARGET="navega" onMouseOver="window.status='Informações sobre a história da EsSEx'; return true"><IMG SRC="historia.gif" WIDTH=125 HEIGHT=30 ALT="Nossa história" BORDER=0></a> | |
| <br> | |
| <a href="concurso.html" TARGET="navega" onMouseOver="window.status='Tudo sobre o Concurso '; return true"><IMG SRC="concurso.gif" WIDTH=125 HEIGHT=30 ALT="Concurso" BORDER=0></a> </TD> | |
| </CENTER> | |
| </BODY> | |
| </HTML> |