diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -11,7 +11,11 @@ <script src="js/main.js"></script> </head> <body ng-app="ciat"> - <h1><em><a href="/#/">Baserock</a></em> <span>|</span> CIAT</h1> + <h1><em> + <a href="/#/"> + <img src="logo.png"> + </a> + </em> <span>|</span> CIAT</h1> <div class="content" ng-view> </div> </body> |