summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html6
-rw-r--r--logo.pngbin0 -> 7168 bytes
2 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>
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..8de9e92
--- /dev/null
+++ b/logo.png
Binary files differ