Commit 5027ad7d6ff4157a5f51b2c315c4022481cd4756
1 parent
4430d728
Exists in
master
and in
1 other branch
criação da tag para inserir o ícone do ases na barra de título
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/main/webapp/WEB-INF/tags/baseLayout.tag
... | ... | @@ -54,8 +54,8 @@ |
54 | 54 | media="screen"> |
55 | 55 | |
56 | 56 | |
57 | +<link href="${pageContext.request.contextPath}/inicial_arquivos/imagens/ases.ico" rel='icon' type='image/ico'/> | |
57 | 58 | |
58 | -<!-- <title>ASES - Avaliador e Simulador de AcessibilidadE em Sites</title>--> | |
59 | 59 | <title>${tituloPagina}</title> |
60 | 60 | |
61 | 61 | </head> |
... | ... | @@ -103,9 +103,9 @@ |
103 | 103 | <div id="logo"> |
104 | 104 | <h1> |
105 | 105 | <span id="portal-title-1">Avaliador e Simulador de |
106 | - Acessibilidade em Sítios<br> | |
106 | + Acessibilidade em Sítios | |
107 | 107 | </span> <a id="portal-logo" href="${pageContext.request.contextPath}"> |
108 | - <span id="portal-title" class="corto">ASES</span><br> | |
108 | + <span id="portal-title" class="corto">ASES</span> | |
109 | 109 | </a> <span id="portal-description">Governo Federal </span> |
110 | 110 | </h1> |
111 | 111 | </div> | ... | ... |