From c7b91e9ee111a208287abe3a260de041813dc15b Mon Sep 17 00:00:00 2001
From: Alessandro Elias <ae11@c3sl.ufpr.br>
Date: Fri, 8 Nov 2013 10:58:54 -0200
Subject: [PATCH] web: Add link to Sistema Integrado de Monitoramento

---
 web/app/index.html | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/web/app/index.html b/web/app/index.html
index f17641a..7ee0a5d 100644
--- a/web/app/index.html
+++ b/web/app/index.html
@@ -32,8 +32,10 @@
             </div>
 
             <div class="header-title">
-                <h1>Sistema Integrado de Monitoramento</h1>
-                <h1>Ministério das Comunicações</h1>
+                <a href="#">
+                    <h1>Sistema Integrado de Monitoramento</h1>
+                    <h1>Ministério das Comunicações</h1>
+                </a>
             </div>
 
             <div class="header-logo"></div>
@@ -57,6 +59,9 @@
         <div ui-view></div>
     </div>
 
+    <!--
+        Footer
+    -->
     <div class="container footer" id="footer">
         <!--Fale com -->
         <div class="span-10 prepend-1" id="falecom">
-- 
GitLab