blob: b7067f19dd04a30a127dc3fecc6ea823968e2ac9 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" ng-app="rbtApp">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<title>Rebaseline Tool</title>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="container-fluid">
<div class="pull-right">
Instructions, roadmap, etc. are at <a href="http://goo.gl/CqeVHq" target="_blank">http://goo.gl/CqeVHq</a>
</div>
</div>
<!-- Include the different views here.
Make everything fluid to scale to the maximum size of any screen. -->
<div class="container-fluid">
<div ng-view></div>
</div>
<!-- do everything local right now: Move to CDN fix when it's a performance issue -->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<!-- Local includes external libs -->
<script src="bower_components/angular-bootstrap/ui-bootstrap.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<!-- Local JS -->
<script src="js/app.js"></script>
</body>
</html>