Blame view

dist/bower_components/fabric.js/tests.mustache 460 Bytes
ffc06a7f8   Truong LD   change heroku to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <!doctype html>
  <html>
  <head>
  <title>Test'em</title>
  <script src="/bower_components/qunit/qunit/qunit.js"></script>
  <script src="/testem.js"></script>
  {{#serve_files}}<script src="{{{src}}}"{{#attrs}} {{&.}}{{/attrs}}></script>{{/serve_files}}
  <link rel="stylesheet" href="/bower_components/qunit/qunit/qunit.css"/>
  {{#styles}}<link rel="stylesheet" href="{{.}}">{{/styles}}
  </head>
  <body>
  <div id="qunit"></div>
  <div id="qunit-fixture"></div>
  </body>
  </html>