summaryrefslogtreecommitdiff
path: root/index.html
blob: 66e9fecd5d7821f5ab19057bd8f34d710d360785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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'>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
    <script src="js/main.js"></script>
</head>
<body ng-app="ciat">
    <h1><em>Baserock</em> <span>|</span> CIAT</h1>
    
    <div class="visualisation" ng-controller="VisualisationController">
        {{ builders }}
        <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>