Commit 5f3d362a1e558bd5bb4ab46a950a13bdafc8f42e
1 parent
6ff92729
Exists in
master
and in
5 other branches
adding login button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | <a id="display-contrast" href="#">Alto Contraste</a> |
102 | 102 | <div class="participar"> |
103 | 103 | <!--<a href="#" class="button button-inline participe">Participe</a>--> |
104 | - <!--<a href="#" class="entrar">Entrar</a>--> | |
104 | + <a href="#" class="entrar">Entrar</a> | |
105 | 105 | <a href="#" class="logout hide">Sair</a> |
106 | 106 | </div> |
107 | 107 | <h1> | ... | ... |