summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index b906138..45949ec 100644
--- a/index.html
+++ b/index.html
@@ -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>