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