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