UNPKG

768 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>fbp-spec UI</title>
6
7 <link rel="stylesheet" href="./main.css">
8
9 <script src="./main.coffee" type="text/coffeescript"></script>
10
11 <script src="https://rawgit.com/nodeca/js-yaml/master/dist/js-yaml.js"></script>
12 <script src="https://cdnjs.cloudflare.com/ajax/libs/chai/2.2.0/chai.js"></script>
13 <script src="https://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.7.1/coffee-script.min.js"></script>
14
15 <script src="/fbp-spec.js"></script>
16 <script src="/browser/fbp-spec.js"></script>
17 </head>
18
19 <body>
20 <!-- App structure -->
21 <button id='runButton'>Run</button>
22 <div id='status'></div>
23
24 <div id="listing"></div>
25 <div id="runtime"></div>
26 </body>
27</html>