Blame view

bower_components/Materialize/tests/index.mustache 441 Bytes
c5169e0e   Renato De Donato   a new hope
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <!DOCTYPE html>
  <html>
  <head>
    <meta charset="utf-8">
    <title>QUnit Example</title>
    {{#serve_files}}
    <script src="{{src}}"></script>
    {{/serve_files}}
    <link rel="stylesheet" href="/bower_components/qunit/qunit/qunit.css">
    <link rel="stylesheet" href="/tests/css/testing-container-styles.css">
  </head>
  <body>
    <div id="qunit"></div>
    <div id="qunit-fixture"></div>
    <div id="materialize-testing-container"></div>
  </body>
  </html>