summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 12 insertions, 10 deletions
diff --git a/index.html b/index.html
index 4b2747d..b1e4053 100644
--- a/index.html
+++ b/index.html
@@ -1,18 +1,20 @@
<!DOCTYPE html>
<html>
<head>
-<link href='https://fonts.googleapis.com/css?family=Sarpanch:800,400' rel='stylesheet' type='text/css'>
-<link href='style.css' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Sarpanch:800,400' rel='stylesheet' type='text/css'>
+ <link href='style.css' rel='stylesheet' type='text/css'>
+ <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
+ <script src="js/main.js"></script>
</head>
<body>
-<h1><em>Baserock</em> <span>|</span> CIAT</h1>
-
-<div class="visualisation">
-<div class="box pass">Firehose</div>
-<div class="box pass active">Build</div>
-<div class="box fail">Deploy</div>
-<div class="box pass">Test</div>
-</div>
+ <h1><em>Baserock</em> <span>|</span> CIAT</h1>
+
+ <div class="visualisation">
+ <div class="box pass">Firehose</div>
+ <div class="box pass active">Build</div>
+ <div class="box fail">Deploy</div>
+ <div class="box pass">Test</div>
+ </div>
</body>
</html>