diff --git a/views/index.html b/views/index.html
index e30f456..7c64d0f 100644
--- a/views/index.html
+++ b/views/index.html
@@ -19,30 +19,30 @@
   </head>
   <body>
     <div class="pull-left">
-        <img src="{logo}">
+        <a href="/?"><img src="{logo}"></a>
     </div>
     <h1>
         <br/><br/>
         {title}
     </h1>
-    
+
     <table class="table table-hover table-striped">
     {for balance in balances}
         <tr>
             <td>
-            
+
             {if balance.url}
                 <a href="{balance.url}">
             {/if}
-                
+
                     {balance.title}
-                
+
             {if balance.url}
                 </a>
             {/if}
-            
+
             </td>
-            
+
             <td>
                 <div class="pull-right">
                     {balance.balance}
@@ -51,7 +51,7 @@
         </tr>
     {/for}
     </table>
-    
+
     Generated on {timestamp}