server/bo_client/tests/index.html
changeset 32 9765cf7cf817
parent 4 f55970e41793
child 136 5fed7e1716c2
equal deleted inserted replaced
31:3e93c61f6be0 32:9765cf7cf817
     5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     6     <title>BoClient Tests</title>
     6     <title>BoClient Tests</title>
     7     <meta name="description" content="">
     7     <meta name="description" content="">
     8     <meta name="viewport" content="width=device-width, initial-scale=1">
     8     <meta name="viewport" content="width=device-width, initial-scale=1">
     9 
     9 
    10     {{content-for 'head'}}
    10     {{content-for "head"}}
    11     {{content-for 'test-head'}}
    11     {{content-for "test-head"}}
    12 
    12 
    13     <link rel="stylesheet" href="assets/vendor.css">
    13     <link rel="stylesheet" href="assets/vendor.css">
    14     <link rel="stylesheet" href="assets/bo-client.css">
    14     <link rel="stylesheet" href="assets/bo-client.css">
    15     <link rel="stylesheet" href="assets/test-support.css">
    15     <link rel="stylesheet" href="assets/test-support.css">
    16 
    16 
    17     {{content-for 'head-footer'}}
    17     {{content-for "head-footer"}}
    18     {{content-for 'test-head-footer'}}
    18     {{content-for "test-head-footer"}}
    19   </head>
    19   </head>
    20   <body>
    20   <body>
    21 
    21 
    22     {{content-for 'body'}}
    22     {{content-for "body"}}
    23     {{content-for 'test-body'}}
    23     {{content-for "test-body"}}
    24     <script src="assets/vendor.js"></script>
    24     <script src="assets/vendor.js"></script>
    25     <script src="assets/test-support.js"></script>
    25     <script src="assets/test-support.js"></script>
    26     <script src="assets/bo-client.js"></script>
    26     <script src="assets/bo-client.js"></script>
    27     <script src="testem.js"></script>
    27     <script src="testem.js"></script>
    28     <script src="assets/test-loader.js"></script>
    28     <script src="assets/test-loader.js"></script>
    29 
    29 
    30     {{content-for 'body-footer'}}
    30     {{content-for "body-footer"}}
    31     {{content-for 'test-body-footer'}}
    31     {{content-for "test-body-footer"}}
    32   </body>
    32   </body>
    33 </html>
    33 </html>